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)
8887
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)
3722
public sealed override BoundNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
Generated\BoundNodes.xml.Generated.cs (10)
8883
public
DeconstructionVariablePendingInference
Update(Symbol variableSymbol, BoundExpression? receiverOpt)
8887
var
result = new DeconstructionVariablePendingInference(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);
9556
return VisitDeconstructionVariablePendingInference((
DeconstructionVariablePendingInference
)node, arg);
9807
public virtual R VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node, A arg) => this.DefaultVisit(node, arg);
10048
public virtual BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node) => this.DefaultVisit(node);
11069
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
12657
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
15372
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
15376
DeconstructionVariablePendingInference
updatedNode;
17629
public override TreeDumperNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node, object? arg) => new TreeDumperNode("deconstructionVariablePendingInference", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
572
public override BoundNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)