2 writes to NestedVariables
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Deconstruct.cs (2)
439NestedVariables = null; 446NestedVariables = variables;
6 references to NestedVariables
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Deconstruct.cs (6)
96Debug.Assert(locals.NestedVariables is object); 101boundRight = FixTupleLiteral(locals.NestedVariables, boundRight, deconstruction, deconstructionDiagnostics); 105var assignment = BindDeconstructionAssignment(deconstruction, left, boundRight, locals.NestedVariables, resultIsUsed, deconstructionDiagnostics); 106DeconstructionVariable.FreeDeconstructionVariables(locals.NestedVariables); 461Debug.Assert(NestedVariables is object); 462return $"Nested variables ({NestedVariables.Count})";