Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Channels / RequestContextBase.cs
index f062f22e9a0039b69d92339cd760b27c19aba413..269367ec443d1304a46631a2d3b94d3468412f1a 100644 (file)
@@ -45,7 +45,7 @@ namespace System.ServiceModel.Channels
             {
                 if (this.requestMessageException != null)
                 {
-#pragma warning suppress 56503 // [....], see outcome of DCR 50092
+#pragma warning suppress 56503 // Microsoft, see outcome of DCR 50092
                     throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.requestMessageException);
                 }