5 references to CheckDeconstructionCompatibleArgument
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
3130argumentSyntax.Expression.CheckDeconstructionCompatibleArgument(diagnostics);
Binder\Binder_Operators.cs (2)
26node.Left.CheckDeconstructionCompatibleArgument(diagnostics); 3119operandSyntax.CheckDeconstructionCompatibleArgument(diagnostics);
Binder\Binder_Statements.cs (1)
1408node.Left.CheckDeconstructionCompatibleArgument(diagnostics);
Syntax\SyntaxNodeExtensions.cs (1)
331expression.CheckDeconstructionCompatibleArgument(diagnostics);