Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Linq / SqlClient / Query / QueryConverter.cs
index 55ae51ee9571e225d66d051c088e676a1ee4f3e6..a9135481d56b670cb96d8798bd482357c1b2cd30 100644 (file)
@@ -143,7 +143,7 @@ namespace System.Data.Linq.SqlClient {
             return result;
         }
 
-        [SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Justification = "[....]: Cast is dependent on node type and casts do not happen unecessarily in a single code path.")]
+        [SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Justification = "Microsoft: Cast is dependent on node type and casts do not happen unecessarily in a single code path.")]
         [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity", Justification = "These issues are related to our use of if-then and case statements for node types, which adds to the complexity count however when reviewed they are easy to navigate and understand.")]
         private SqlNode VisitInner(Expression node) {
             if (node == null) return null;