3 instantiations of BoundMethodInfo
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
2789var result = new BoundMethodInfo(this.Syntax, method, getMethodFromHandle, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (2)
1333var result = new BoundMethodInfo( 1440var result = new BoundMethodInfo(
16 references to BoundMethodInfo
Microsoft.CodeAnalysis.CSharp (16)
CodeGen\EmitExpression.cs (2)
288EmitMethodInfoExpression((BoundMethodInfo)expression); 3710private void EmitMethodInfoExpression(BoundMethodInfo node)
FlowAnalysis\AbstractFlowPass.cs (1)
2263public override BoundNode VisitMethodInfo(BoundMethodInfo node)
FlowAnalysis\NullableWalker.cs (1)
12601public override BoundNode? VisitMethodInfo(BoundMethodInfo node)
Generated\BoundNodes.xml.Generated.cs (10)
2785public BoundMethodInfo Update(MethodSymbol method, MethodSymbol? getMethodFromHandle, TypeSymbol type) 2789var result = new BoundMethodInfo(this.Syntax, method, getMethodFromHandle, type, this.HasErrors); 9108return VisitMethodInfo((BoundMethodInfo)node, arg); 9516public virtual R VisitMethodInfo(BoundMethodInfo node, A arg) => this.DefaultVisit(node, arg); 9754public virtual BoundNode? VisitMethodInfo(BoundMethodInfo node) => this.DefaultVisit(node); 10170public override BoundNode? VisitMethodInfo(BoundMethodInfo node) => null; 11396public override BoundNode? VisitMethodInfo(BoundMethodInfo node) 13468public override BoundNode? VisitMethodInfo(BoundMethodInfo node) 13472BoundMethodInfo updatedNode; 15882public override TreeDumperNode VisitMethodInfo(BoundMethodInfo node, object? arg) => new TreeDumperNode("methodInfo", null, new TreeDumperNode[]
Lowering\SyntheticBoundNodeFactory.cs (2)
1333var result = new BoundMethodInfo( 1440var result = new BoundMethodInfo(