3 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Invocation.cs (3)
2062var result = BuildArgumentsForErrorRecovery(analyzedArguments, parameterListList); 2083var result = BuildArgumentsForErrorRecovery(analyzedArguments, parameterListList); 2245return BuildArgumentsForErrorRecovery(analyzedArguments, Enumerable.Empty<ImmutableArray<ParameterSymbol>>());