Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / CallbackDebugElement.cs
index e9ffa4980f037afb12c1fc9ec2b41e75a5acba16..68aaa7192335d47e2f76658a1235b150d7edebd5 100644 (file)
@@ -25,7 +25,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             CallbackDebugElement source = (CallbackDebugElement)from;
-#pragma warning suppress 56506 //[....]; base.CopyFrom() check for 'from' being null
+#pragma warning suppress 56506 //Microsoft; base.CopyFrom() check for 'from' being null
             this.IncludeExceptionDetailInFaults = source.IncludeExceptionDetailInFaults;
         }