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