11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4826
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4837
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4880
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
5455
var childNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments);
5541
children.AddRange(
BuildArgumentsForErrorRecovery
(analyzedArguments));
7013
var children =
BuildArgumentsForErrorRecovery
(analyzedArguments);
9267
var childBoundNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments).Add(expr);
9337
return new BoundArrayAccess(node, expr,
BuildArgumentsForErrorRecovery
(arguments), arrayType.ElementType, hasErrors: true);
9547
return new BoundPointerElementAccess(node, expr, BadExpression(node,
BuildArgumentsForErrorRecovery
(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2176
var args =
BuildArgumentsForErrorRecovery
(analyzedArguments);
Binder\Binder_Statements.cs (1)
1187
arguments =
BuildArgumentsForErrorRecovery
(analyzedArguments);