12 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (10)
4966
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4977
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
5020
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
5495
badExpression = @this.BadExpression(withElementSyntax, @this.
BuildArgumentsForErrorRecovery
(analyzedArguments));
5678
var childNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments);
5764
children.AddRange(
BuildArgumentsForErrorRecovery
(analyzedArguments));
7237
var children =
BuildArgumentsForErrorRecovery
(analyzedArguments);
9920
var childBoundNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments).Add(expr);
9990
return new BoundArrayAccess(node, expr,
BuildArgumentsForErrorRecovery
(arguments), arrayType.ElementType, hasErrors: true);
10200
return new BoundPointerElementAccess(node, expr, BadExpression(node,
BuildArgumentsForErrorRecovery
(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2331
var args =
BuildArgumentsForErrorRecovery
(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194
arguments =
BuildArgumentsForErrorRecovery
(analyzedArguments);