Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Channels / ReplyChannel.cs
index 3f258f1641fc930769e57bfd79b1d59a6d610fb6..58c50c38a0f5549b202a0013fe3467774cc98872 100644 (file)
@@ -129,7 +129,7 @@ namespace System.ServiceModel.Channels
                 {
                     thisPtr.HandleReceiveRequestComplete(result);
                 }
-#pragma warning suppress 56500 // [....], transferring exception to another thread
+#pragma warning suppress 56500 // Microsoft, transferring exception to another thread
                 catch (Exception e)
                 {
                     if (Fx.IsFatal(e))