11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4888
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4899
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
4942
childBoundNodes:
BuildArgumentsForErrorRecovery
(analyzedArguments),
5517
var childNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments);
5603
children.AddRange(
BuildArgumentsForErrorRecovery
(analyzedArguments));
7075
var children =
BuildArgumentsForErrorRecovery
(analyzedArguments);
9610
var childBoundNodes =
BuildArgumentsForErrorRecovery
(analyzedArguments).Add(expr);
9680
return new BoundArrayAccess(node, expr,
BuildArgumentsForErrorRecovery
(arguments), arrayType.ElementType, hasErrors: true);
9890
return new BoundPointerElementAccess(node, expr, BadExpression(node,
BuildArgumentsForErrorRecovery
(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2258
var args =
BuildArgumentsForErrorRecovery
(analyzedArguments);
Binder\Binder_Statements.cs (1)
1189
arguments =
BuildArgumentsForErrorRecovery
(analyzedArguments);