Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Channels / MessageBuffer.cs
index 4a15880764e119a7388db43e6c2a4a5c7d073aa8..383bf17b7af96496dfce60ed7716c9c69ae1f6d5 100644 (file)
@@ -197,7 +197,7 @@ namespace System.ServiceModel.Channels
                 lock (ThisLock)
                 {
                     if (closed)
-#pragma warning suppress 56503 // [....], Invalid State after dispose
+#pragma warning suppress 56503 // Microsoft, Invalid State after dispose
                         throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateBufferDisposedException());
                     return messageData.Buffer.Count;
                 }
@@ -224,7 +224,7 @@ namespace System.ServiceModel.Channels
                 lock (ThisLock)
                 {
                     if (closed)
-#pragma warning suppress 56503 // [....], Invalid State after dispose
+#pragma warning suppress 56503 // Microsoft, Invalid State after dispose
                         throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateBufferDisposedException());
                     return messageData.MessageEncoder.ContentType;
                 }