Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / StandardBindingCollectionElement.cs
index 64932814a80fa1af4b49e183e1b78b768a113ef0..ed2e5bb7e995c937436d71eb3a8d4c107a4a368f 100644 (file)
@@ -44,7 +44,7 @@ namespace System.ServiceModel.Configuration
         {
             // This line needed because of the IBindingSection implementation
             StandardBindingCollectionElement<TStandardBinding, TBindingConfiguration> me = (StandardBindingCollectionElement<TStandardBinding, TBindingConfiguration>)this;
-#pragma warning suppress 56506 //[....]; me.Bindings can never be null (underlying configuration system guarantees)
+#pragma warning suppress 56506 //Microsoft; me.Bindings can never be null (underlying configuration system guarantees)
             return me.Bindings.ContainsKey(name);
         }
         protected internal override Binding GetDefault()