5 references to CheckDeconstructionCompatibleArgument
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
3203argumentSyntax.Expression.CheckDeconstructionCompatibleArgument(diagnostics);
Binder\Binder_Operators.cs (2)
33node.Left.CheckDeconstructionCompatibleArgument(diagnostics); 3258operandSyntax.CheckDeconstructionCompatibleArgument(diagnostics);
Binder\Binder_Statements.cs (1)
1414node.Left.CheckDeconstructionCompatibleArgument(diagnostics);
Syntax\SyntaxNodeExtensions.cs (1)
331expression.CheckDeconstructionCompatibleArgument(diagnostics);