Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Channels / OneWayChannelFactory.cs
index f45463a33201d311f1c3f4e3da15e95d2ccd6354..c37698a5e7b57ff5d9467281f6ae056882a8612e 100644 (file)
@@ -763,7 +763,7 @@ namespace System.ServiceModel.Channels
                         thisPtr.CompleteOpen(result);
                         completeSelf = thisPtr.SendMessage();
                     }
-#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))
@@ -796,7 +796,7 @@ namespace System.ServiceModel.Channels
                     {
                         thisPtr.innerChannel.EndSend(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))