11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4951
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4962
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
5005
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
5586
var childNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments);
5672
children.AddRange(
BuildArgumentsForErrorRecovery
(analyzedArguments));
7145
var children =
BuildArgumentsForErrorRecovery
(analyzedArguments);
9763
var childBoundNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments).Add(expr);
9833
return new BoundArrayAccess(node, expr,
BuildArgumentsForErrorRecovery
(arguments), arrayType.ElementType, hasErrors: true);
10043
return new BoundPointerElementAccess(node, expr, BadExpression(node,
BuildArgumentsForErrorRecovery
(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2321
var args =
BuildArgumentsForErrorRecovery
(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194
arguments =
BuildArgumentsForErrorRecovery
(analyzedArguments);