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