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