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