13 references to BoundCall
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder_Expressions.cs (1)
5083
return new
BoundCall
(
Binder\Binder_Invocation.cs (1)
1358
return new
BoundCall
(node, receiver, initialBindingReceiverIsSubjectToCloning: ReceiverIsSubjectToCloning(receiver, method), method, args, argNames, argRefKinds, isDelegateCall: isDelegateCall,
Binder\Binder_Statements.cs (2)
3971
return new
BoundCall
(
4015
return new
BoundCall
(
Compiler\MethodBodySynthesizer.cs (1)
44
new
BoundCall
(syntax,
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
491
rewrittenBoundCall = new
BoundCall
(
1446
return new
BoundCall
(
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
492
var invocation = new
BoundCall
(
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
345
var createInstanceCall = new
BoundCall
(
Lowering\SyntheticBoundNodeFactory.cs (2)
864
return new
BoundCall
(
905
return new
BoundCall
(
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
295
return new
BoundCall
(
358
BoundCall userMainInvocation = new
BoundCall
(