1 write to _arguments
dotnet (1)
Commands\Reference\Remove\ReferenceRemoveCommand.cs (1)
29
_arguments
= parseResult.GetValue(Definition.ProjectPathArgument).ToList().AsReadOnly();
3 references to _arguments
dotnet (3)
Commands\Reference\Remove\ReferenceRemoveCommand.cs (3)
31
if (
_arguments
.Count == 0)
50
var references =
_arguments
.Select(p =>
84
int numberOfRemovedReferences = editor.RemoveReferences(
_arguments
);