Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / ReliableSessionElement.cs
index 5fa338c0cdfa411c600e26125d456d364335eccc..78c194c194571734a8a3f19eea8ef07e3d225cba 100644 (file)
@@ -104,7 +104,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             ReliableSessionElement source = (ReliableSessionElement)from;
-#pragma warning suppress 56506 //[....]; base.CopyFrom() checks for 'from' being null
+#pragma warning suppress 56506 //Microsoft; base.CopyFrom() checks for 'from' being null
             this.AcknowledgementInterval = source.AcknowledgementInterval;
             this.FlowControlEnabled = source.FlowControlEnabled;
             this.InactivityTimeout = source.InactivityTimeout;