2 references to IsDeconstructionLeft
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
351
if (variables.
IsDeconstructionLeft
())
Syntax\SyntaxExtensions.cs (1)
230
return self.Left.
IsDeconstructionLeft
();