Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Linq / SqlClient / Query / Funcletizer.cs
index 57d09b761adc741b3cf9f46da533bc26194e8ba1..50ccc2c6d099820465bb2e2fbd30978117c36f6e 100644 (file)
@@ -142,7 +142,7 @@ namespace System.Data.Linq.SqlClient {
         }
 
         [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.")]
-        [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.")]
         internal virtual Expression Visit(Expression exp) {
             if (exp == null)
                 return exp;