11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4170
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4181
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4224
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4655
var childNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments);
4741
children.AddRange(
BuildArgumentsForErrorRecovery
(analyzedArguments));
5948
var children =
BuildArgumentsForErrorRecovery
(analyzedArguments);
7928
var childBoundNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments).Add(expr);
7998
return new BoundArrayAccess(node, expr,
BuildArgumentsForErrorRecovery
(arguments), arrayType.ElementType, hasErrors: true);
8208
return new BoundPointerElementAccess(node, expr, BadExpression(node,
BuildArgumentsForErrorRecovery
(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
1840
var args =
BuildArgumentsForErrorRecovery
(analyzedArguments);
Binder\Binder_Statements.cs (1)
1196
arguments =
BuildArgumentsForErrorRecovery
(analyzedArguments);