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