Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Channels / MessageHeaders.cs
index de966e4499527dc0ba0e95dc266908c2e38cfa38..5accd13b6acf9d31576371d48a0a7e9e9bd062e3 100644 (file)
@@ -490,7 +490,7 @@ namespace System.ServiceModel.Channels
 
             if (collection.version != version)
             {
-#pragma warning suppress 56506 // [....], collection.version is never null
+#pragma warning suppress 56506 // Microsoft, collection.version is never null
                 throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.MessageHeaderVersionMismatch, collection.version.ToString(), version.ToString()), "collection"));
             }