3 instantiations of DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (2)
918return new DeconstructionVariablePendingInference(syntax, localSymbol, receiverOpt: null); 963return new DeconstructionVariablePendingInference(syntax, field, receiver);
Generated\BoundNodes.xml.Generated.cs (1)
8887var result = new DeconstructionVariablePendingInference(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);
16 references to DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder_Deconstruct.cs (4)
375var pending = (DeconstructionVariablePendingInference)expression; 409BoundExpression errorLocal = ((DeconstructionVariablePendingInference)variable.Single).FailInference(this, diagnostics); 643DeconstructionVariablePendingInference { VariableSymbol: var symbol } => symbol,
FlowAnalysis\AbstractFlowPass.cs (1)
3722public sealed override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
Generated\BoundNodes.xml.Generated.cs (10)
8883public DeconstructionVariablePendingInference Update(Symbol variableSymbol, BoundExpression? receiverOpt) 8887var result = new DeconstructionVariablePendingInference(this.Syntax, variableSymbol, receiverOpt, this.HasErrors); 9556return VisitDeconstructionVariablePendingInference((DeconstructionVariablePendingInference)node, arg); 9807public virtual R VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node, A arg) => this.DefaultVisit(node, arg); 10048public virtual BoundNode? VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node) => this.DefaultVisit(node); 11069public override BoundNode? VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node) 12657public override BoundNode? VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node) 15372public override BoundNode? VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node) 15376DeconstructionVariablePendingInference updatedNode; 17629public override TreeDumperNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node, object? arg) => new TreeDumperNode("deconstructionVariablePendingInference", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
572public override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)