2 instantiations of BoundMethodDefIndex
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2317var result = new BoundMethodDefIndex(this.Syntax, method, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1333return new BoundMethodDefIndex(
18 references to BoundMethodDefIndex
Microsoft.CodeAnalysis.CSharp (18)
CodeGen\EmitExpression.cs (2)
262EmitMethodDefIndexExpression((BoundMethodDefIndex)expression); 3558private void EmitMethodDefIndexExpression(BoundMethodDefIndex node)
FlowAnalysis\AbstractFlowPass.cs (1)
1700public override BoundNode VisitMethodDefIndex(BoundMethodDefIndex node)
Generated\BoundNodes.xml.Generated.cs (10)
2313public BoundMethodDefIndex Update(MethodSymbol method, TypeSymbol type) 2317var result = new BoundMethodDefIndex(this.Syntax, method, type, this.HasErrors); 8971return VisitMethodDefIndex((BoundMethodDefIndex)node, arg); 9387public virtual R VisitMethodDefIndex(BoundMethodDefIndex node, A arg) => this.DefaultVisit(node, arg); 9623public virtual BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node) => this.DefaultVisit(node); 10035public override BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node) => null; 11198public override BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node) 13158public override BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node) 13161BoundMethodDefIndex updatedNode; 15638public override TreeDumperNode VisitMethodDefIndex(BoundMethodDefIndex node, object? arg) => new TreeDumperNode("methodDefIndex", null, new TreeDumperNode[]
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
191public override BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node)
Lowering\ClosureConversion\ClosureConversion.cs (1)
859public override BoundNode VisitMethodDefIndex(BoundMethodDefIndex node)
Lowering\ExtensionMethodBodyRewriter.cs (1)
213public override BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node)
Lowering\ExtensionMethodReferenceRewriter.cs (2)
195public override BoundNode? VisitMethodDefIndex(BoundMethodDefIndex node) 200public static BoundNode VisitMethodDefIndex(BoundTreeRewriter rewriter, BoundMethodDefIndex node)