Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Channels / ConnectionPool.cs
index a76041897de7ea180948a2dafa7288e273e9e7d2..fcab3692d0b7747683450af5a6b45d701eb4cfa9 100644 (file)
@@ -1213,7 +1213,7 @@ namespace System.ServiceModel.Channels
                 {
                     completeSelf = thisPtr.HandleConnect(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))
@@ -1292,7 +1292,7 @@ namespace System.ServiceModel.Channels
                         thisPtr.SnapshotConnection();
                     }
                 }
-#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))