12 references to BoundCall
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (1)
4333return new BoundCall(
Binder\Binder_Invocation.cs (1)
1142return new BoundCall(node, receiver, method, args, argNames, argRefKinds, isDelegateCall: isDelegateCall,
Binder\Binder_Statements.cs (2)
3859return new BoundCall( 3905return new BoundCall(
Compiler\MethodBodySynthesizer.cs (1)
44new BoundCall(syntax,
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
242rewrittenBoundCall = new BoundCall( 1293return new BoundCall(
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
336var createInstanceCall = new BoundCall(
Lowering\SyntheticBoundNodeFactory.cs (2)
813return new BoundCall( 824return new BoundCall(
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
293return new BoundCall( 344BoundCall userMainInvocation = new BoundCall(