11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4879childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4890childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4933childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5508var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5594children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7066var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9655var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9725return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 9935return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2258var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1189arguments = BuildArgumentsForErrorRecovery(analyzedArguments);