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