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