11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4888childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4899childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4942childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5517var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5603children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7075var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9610var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9680return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 9890return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2258var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1189arguments = BuildArgumentsForErrorRecovery(analyzedArguments);