3 instantiations of DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Deconstruct.cs (2)
913
return new
DeconstructionVariablePendingInference
(syntax, localSymbol, receiverOpt: null);
958
return new
DeconstructionVariablePendingInference
(syntax, field, receiver);
Generated\BoundNodes.xml.Generated.cs (1)
8649
var result = new
DeconstructionVariablePendingInference
(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);
17 references to DeconstructionVariablePendingInference
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder_Deconstruct.cs (4)
373
var
pending = (
DeconstructionVariablePendingInference
)expression;
407
BoundExpression errorLocal = ((
DeconstructionVariablePendingInference
)variable.Single).FailInference(this, diagnostics);
641
DeconstructionVariablePendingInference
{ VariableSymbol: var symbol } => symbol,
FlowAnalysis\AbstractFlowPass.cs (1)
3674
public sealed override BoundNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
Generated\BoundNodes.xml.Generated.cs (10)
8645
public
DeconstructionVariablePendingInference
Update(Symbol variableSymbol, BoundExpression? receiverOpt)
8649
var
result = new DeconstructionVariablePendingInference(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);
9285
return VisitDeconstructionVariablePendingInference((
DeconstructionVariablePendingInference
)node, arg);
9530
public virtual R VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node, A arg) => this.DefaultVisit(node, arg);
9766
public virtual BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node) => this.DefaultVisit(node);
10765
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
12176
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
14877
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
14881
DeconstructionVariablePendingInference
updatedNode;
17070
public override TreeDumperNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node, object? arg) => new TreeDumperNode("deconstructionVariablePendingInference", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (2)
562
public override BoundNode VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)
1184
public override BoundNode? VisitDeconstructionVariablePendingInference(
DeconstructionVariablePendingInference
node)