2 references to CheckForDeconstructionAssignmentToSelf
Microsoft.CodeAnalysis.CSharp (2)
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
243CheckForDeconstructionAssignmentToSelf((BoundTupleExpression)node.Left, node.Right);
Lowering\DiagnosticsPass_Warnings.cs (1)
921CheckForDeconstructionAssignmentToSelf(tupleExpression, rightArgument);