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