12 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (10)
4965childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4976childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5019childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5491badExpression = @this.BadExpression(withElementSyntax, @this.BuildArgumentsForErrorRecovery(analyzedArguments)); 5674var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5760children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7233var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9890var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9960return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 10170return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2330var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194arguments = BuildArgumentsForErrorRecovery(analyzedArguments);