6 references to MakeInvocationExpression
Microsoft.CodeAnalysis.CSharp (6)
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)
6492var addMethodInvocation = collectionInitializerAddMethodBinder.MakeInvocationExpression(
Binder\Binder_InterpolatedString.cs (2)
342BoundExpression construction = MakeInvocationExpression( // Tracked by https://github.com/dotnet/roslyn/issues/78965 : interpolated string, test this scenario with a delegate-returning property (should be blocked by virtue of allowFieldsAndProperties: false) 975var call = MakeInvocationExpression(part.Syntax, implicitBuilderReceiver, methodName, arguments, diagnostics, names: parameterNamesAndLocations, searchExtensionsIfNecessary: false);
Binder\Binder_Query.cs (1)
992return (BoundCall)MakeInvocationExpression(