11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4904childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4915childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4958childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5539var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5625children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7098var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9668var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9738return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 9948return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2323var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194arguments = BuildArgumentsForErrorRecovery(analyzedArguments);