5 references to CheckDeconstructionCompatibleArgument
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
2864argumentSyntax.Expression.CheckDeconstructionCompatibleArgument(diagnostics);
Binder\Binder_Operators.cs (2)
23node.Left.CheckDeconstructionCompatibleArgument(diagnostics); 2231operandSyntax.CheckDeconstructionCompatibleArgument(diagnostics);
Binder\Binder_Statements.cs (1)
1417node.Left.CheckDeconstructionCompatibleArgument(diagnostics);
Syntax\SyntaxNodeExtensions.cs (1)
332expression.CheckDeconstructionCompatibleArgument(diagnostics);