12 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (10)
4981childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4992childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5035childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5511badExpression = @this.BadExpression(withElementSyntax, @this.BuildArgumentsForErrorRecovery(analyzedArguments)); 5694var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5780children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7236var children = BuildArgumentsForErrorRecovery(analyzedArguments); 10600var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 10670return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 10880return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2356var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1194arguments = BuildArgumentsForErrorRecovery(analyzedArguments);