11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4785childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4796childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4839childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5414var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5500children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 6914var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9170var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9240return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 9450return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2228var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1186arguments = BuildArgumentsForErrorRecovery(analyzedArguments);