12 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (10)
4966childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4977childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5020childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5495badExpression = @this.BadExpression(withElementSyntax, @this.BuildArgumentsForErrorRecovery(analyzedArguments)); 5678var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5764children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7237var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9920var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9990return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 10200return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2331var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194arguments = BuildArgumentsForErrorRecovery(analyzedArguments);