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