3 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Attributes.cs (1)
231boundConstructorArguments = binder.BuildArgumentsForErrorRecovery(analyzedArguments.ConstructorArguments, candidateConstructors);
Binder\Binder_Expressions.cs (1)
6843childNodes.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments, candidateConstructors));
Binder\Binder_Invocation.cs (1)
1949args = BuildArgumentsForErrorRecovery(analyzedArguments, methods);