11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4951childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4962childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5005childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5586var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5672children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7145var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9763var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9833return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 10043return 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);