6 references to DeconstructionVariable
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Deconstruct.cs (4)
408
variables[i] = new
DeconstructionVariable
(errorLocal, errorLocal.Syntax);
415
variables[i] = new
DeconstructionVariable
(pending.FailInference(this, diagnostics), pending.Syntax);
812
return new
DeconstructionVariable
(BindDeconstructionVariable(declTypeWithAnnotations, single, syntax, diagnostics), syntax);
834
return new
DeconstructionVariable
(BindDiscardExpression(syntax, declTypeWithAnnotations), syntax);
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (2)
452
assignmentTargets.Add(new Binder.
DeconstructionVariable
(variable, variable.Syntax));
465
assignmentTargets.Add(new Binder.
DeconstructionVariable
(temp, variable.Syntax));