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