11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4823childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4834childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4877childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5452var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5538children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7010var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9266var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9336return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 9546return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2176var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1187arguments = BuildArgumentsForErrorRecovery(analyzedArguments);