3 instantiations of BoundMethodInfo
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
2786var result = new BoundMethodInfo(this.Syntax, method, getMethodFromHandle, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (2)
1338var result = new BoundMethodInfo( 1445var result = new BoundMethodInfo(
16 references to BoundMethodInfo
Microsoft.CodeAnalysis.CSharp (16)
CodeGen\EmitExpression.cs (2)
288EmitMethodInfoExpression((BoundMethodInfo)expression); 3721private void EmitMethodInfoExpression(BoundMethodInfo node)
FlowAnalysis\AbstractFlowPass.cs (1)
2264public override BoundNode VisitMethodInfo(BoundMethodInfo node)
FlowAnalysis\NullableWalker.cs (1)
13138public override BoundNode? VisitMethodInfo(BoundMethodInfo node)
Generated\BoundNodes.xml.Generated.cs (10)
2782public BoundMethodInfo Update(MethodSymbol method, MethodSymbol? getMethodFromHandle, TypeSymbol type) 2786var result = new BoundMethodInfo(this.Syntax, method, getMethodFromHandle, type, this.HasErrors); 9210return VisitMethodInfo((BoundMethodInfo)node, arg); 9624public virtual R VisitMethodInfo(BoundMethodInfo node, A arg) => this.DefaultVisit(node, arg); 9865public virtual BoundNode? VisitMethodInfo(BoundMethodInfo node) => this.DefaultVisit(node); 10288public override BoundNode? VisitMethodInfo(BoundMethodInfo node) => null; 11540public override BoundNode? VisitMethodInfo(BoundMethodInfo node) 13640public override BoundNode? VisitMethodInfo(BoundMethodInfo node) 13644BoundMethodInfo updatedNode; 16083public override TreeDumperNode VisitMethodInfo(BoundMethodInfo node, object? arg) => new TreeDumperNode("methodInfo", null, new TreeDumperNode[]
Lowering\SyntheticBoundNodeFactory.cs (2)
1338var result = new BoundMethodInfo( 1445var result = new BoundMethodInfo(