Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Linq / SqlClient / Query / SqlBinder.cs
index 26645270af20074ae8a34374a15f576b61c41067..6d5c6e6156bb2335171bf5ab98994ace51d05c55 100644 (file)
@@ -1266,7 +1266,7 @@ namespace System.Data.Linq.SqlClient {
                 throw Error.UnexpectedNode(node.NodeType);
             }
 
-            [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", "CA1506:AvoidExcessiveClassCoupling", 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.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.")]
             internal SqlExpression ConvertToFetchedExpression(SqlNode node) {