3 references to IsDeconstructionLeft
Microsoft.CodeAnalysis.CSharp (3)
Binder\ForEachLoopBinder.cs (1)
383if (variables.IsDeconstructionLeft())
Binder\LocalBinderFactory.cs (1)
651if (node is ForEachVariableStatementSyntax forEachVariable && !forEachVariable.Variable.IsDeconstructionLeft())
Syntax\SyntaxExtensions.cs (1)
230return self.Left.IsDeconstructionLeft();