5 references to MakeInvocationExpression
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Await.cs (2)
333
getAwaiterCall =
MakeInvocationExpression
(node, expression, WellKnownMemberNames.GetAwaiter, ImmutableArray<BoundExpression>.Empty, diagnostics);
438
getAwaiterGetResultCall =
MakeInvocationExpression
(node, awaiterExpression, WellKnownMemberNames.GetResult, ImmutableArray<BoundExpression>.Empty, diagnostics);
Binder\Binder_Expressions.cs (1)
6436
var addMethodInvocation = collectionInitializerAddMethodBinder.
MakeInvocationExpression
(
Binder\Binder_InterpolatedString.cs (1)
342
BoundExpression construction =
MakeInvocationExpression
(
Binder\Binder_Query.cs (1)
1008
return (BoundCall)
MakeInvocationExpression
(