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