8 references to DeconstructionVariable
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Deconstruct.cs (6)
364
variables[i] = new
DeconstructionVariable
(SetInferredType(pending, foundTypes[i], diagnostics), variable.Syntax);
410
variables[i] = new
DeconstructionVariable
(errorLocal, errorLocal.Syntax);
417
variables[i] = new
DeconstructionVariable
(pending.FailInference(this, diagnostics), pending.Syntax);
800
return new
DeconstructionVariable
(checkedVariable, node);
815
return new
DeconstructionVariable
(BindDeconstructionVariable(declTypeWithAnnotations, single, syntax, diagnostics), syntax);
837
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));