Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / SecurityElement.cs
index 70c98b01678ba711abee7e6b319da836f68fc142..6866807d7b63ccb1d357665656cb5711d734e18b 100644 (file)
@@ -37,7 +37,7 @@ namespace System.ServiceModel.Configuration
 
             SecurityElement source = (SecurityElement)from;
 
-#pragma warning suppress 56506 //[....]; base.CopyFrom() checks for 'from' being null
+#pragma warning suppress 56506 //Microsoft; base.CopyFrom() checks for 'from' being null
             if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.SecureConversationBootstrap].ValueOrigin)
                 this.SecureConversationBootstrap.CopyFrom(source.SecureConversationBootstrap);
         }