Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / IssuedTokenServiceElement.cs
index 426a9ae19b96461c99f35f170f7702aa793c6278..5d7544aeba68584450a82bddacba7cbcfaab531e 100644 (file)
@@ -114,7 +114,7 @@ namespace System.ServiceModel.Configuration
                 throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("from");
             }
             this.SamlSerializerType = from.SamlSerializerType;
-#pragma warning suppress 56506 // [....]; ElementInformation is never null.
+#pragma warning suppress 56506 // Microsoft; ElementInformation is never null.
             PropertyInformationCollection propertyInfo = from.ElementInformation.Properties;
             if (propertyInfo[ConfigurationStrings.KnownCertificates].ValueOrigin != PropertyValueOrigin.Default)
             {