11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4945childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4956childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4999childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5580var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5666children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7139var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9757var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9827return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 10037return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2321var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194arguments = BuildArgumentsForErrorRecovery(analyzedArguments);