3 instantiations of BoundMethodInfo
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
2740var result = new BoundMethodInfo(this.Syntax, method, getMethodFromHandle, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (2)
1299var result = new BoundMethodInfo( 1406var result = new BoundMethodInfo(
17 references to BoundMethodInfo
Microsoft.CodeAnalysis.CSharp (17)
CodeGen\EmitExpression.cs (2)
288EmitMethodInfoExpression((BoundMethodInfo)expression); 3672private void EmitMethodInfoExpression(BoundMethodInfo node)
FlowAnalysis\AbstractFlowPass.cs (1)
2256public override BoundNode VisitMethodInfo(BoundMethodInfo node)
FlowAnalysis\NullableWalker.cs (1)
11462public override BoundNode? VisitMethodInfo(BoundMethodInfo node)
Generated\BoundNodes.xml.Generated.cs (10)
2736public BoundMethodInfo Update(MethodSymbol method, MethodSymbol? getMethodFromHandle, TypeSymbol type) 2740var result = new BoundMethodInfo(this.Syntax, method, getMethodFromHandle, type, this.HasErrors); 8965return VisitMethodInfo((BoundMethodInfo)node, arg); 9370public virtual R VisitMethodInfo(BoundMethodInfo node, A arg) => this.DefaultVisit(node, arg); 9606public virtual BoundNode? VisitMethodInfo(BoundMethodInfo node) => this.DefaultVisit(node); 10018public override BoundNode? VisitMethodInfo(BoundMethodInfo node) => null; 11195public override BoundNode? VisitMethodInfo(BoundMethodInfo node) 13145public override BoundNode? VisitMethodInfo(BoundMethodInfo node) 13149BoundMethodInfo updatedNode; 15559public override TreeDumperNode VisitMethodInfo(BoundMethodInfo node, object? arg) => new TreeDumperNode("methodInfo", null, new TreeDumperNode[]
Lowering\MethodToClassRewriter.cs (1)
215public override BoundNode VisitMethodInfo(BoundMethodInfo node)
Lowering\SyntheticBoundNodeFactory.cs (2)
1299var result = new BoundMethodInfo( 1406var result = new BoundMethodInfo(