11 references to BuildArgumentsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (9)
4900childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4911childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 4954childBoundNodes: BuildArgumentsForErrorRecovery(analyzedArguments), 5535var childNodes = BuildArgumentsForErrorRecovery(analyzedArguments); 5621children.AddRange(BuildArgumentsForErrorRecovery(analyzedArguments)); 7094var children = BuildArgumentsForErrorRecovery(analyzedArguments); 9664var childBoundNodes = BuildArgumentsForErrorRecovery(analyzedArguments).Add(expr); 9734return new BoundArrayAccess(node, expr, BuildArgumentsForErrorRecovery(arguments), arrayType.ElementType, hasErrors: true); 9944return new BoundPointerElementAccess(node, expr, BadExpression(node, BuildArgumentsForErrorRecovery(analyzedArguments)).MakeCompilerGenerated(),
Binder\Binder_Invocation.cs (1)
2323var args = BuildArgumentsForErrorRecovery(analyzedArguments);
Binder\Binder_Statements.cs (1)
1189arguments = BuildArgumentsForErrorRecovery(analyzedArguments);