3 instantiations of DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (2)
918
return new
DeconstructionVariablePendingInference
(syntax, localSymbol, receiverOpt: null);
963
return new
DeconstructionVariablePendingInference
(syntax, field, receiver);
Generated\BoundNodes.xml.Generated.cs (1)
8889
var result = new
DeconstructionVariablePendingInference
(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);
16 references to DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder_Deconstruct.cs (4)
375
var
pending = (
DeconstructionVariablePendingInference
)expression;
409
BoundExpression errorLocal = ((
DeconstructionVariablePendingInference
)variable.Single).FailInference(this, diagnostics);
643
DeconstructionVariablePendingInference
{ VariableSymbol: var symbol } => symbol,
FlowAnalysis\AbstractFlowPass.cs (1)
3770
public sealed override BoundNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
Generated\BoundNodes.xml.Generated.cs (10)
8885
public
DeconstructionVariablePendingInference
Update(Symbol variableSymbol, BoundExpression? receiverOpt)
8889
var
result = new DeconstructionVariablePendingInference(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);
9558
return VisitDeconstructionVariablePendingInference((
DeconstructionVariablePendingInference
)node, arg);
9809
public virtual R VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node, A arg) => this.DefaultVisit(node, arg);
10050
public virtual BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node) => this.DefaultVisit(node);
11071
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
12659
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
15374
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
15378
DeconstructionVariablePendingInference
updatedNode;
17632
public override TreeDumperNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node, object? arg) => new TreeDumperNode("deconstructionVariablePendingInference", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
571
public override BoundNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)