Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / TransactionFlowElement.cs
index 652f729b0cc91f1e233cc518cbd497ec0e63e802..de6601252f0f301978ad493f47ceef0c1ec42480 100644 (file)
@@ -53,7 +53,7 @@ namespace System.ServiceModel.Configuration
         {
             base.CopyFrom(from);            
             TransactionFlowElement source = (TransactionFlowElement)from;
-#pragma warning suppress 56506 // [....], base.CopyFrom() validates the argument            
+#pragma warning suppress 56506 // Microsoft, base.CopyFrom() validates the argument            
             this.TransactionProtocol = source.TransactionProtocol;
         }