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)
6490var addMethodInvocation = collectionInitializerAddMethodBinder.MakeInvocationExpression(
Binder\Binder_InterpolatedString.cs (1)
342BoundExpression construction = MakeInvocationExpression( // Tracked by https://github.com/dotnet/roslyn/issues/76130 : test this scenario with a delegate-returning property (should be blocked by virtue of allowFieldsAndProperties: false)
Binder\Binder_Query.cs (1)
992return (BoundCall)MakeInvocationExpression(