3 references to ProjectPathArgument
dotnet (2)
Commands\Reference\ReferenceCommandParser.cs (1)
25var projectPathArgument = command.RemoveCommand.ProjectPathArgument;
Commands\Reference\Remove\ReferenceRemoveCommand.cs (1)
21_arguments = parseResult.GetValue(Definition.ProjectPathArgument).ToList().AsReadOnly();
Microsoft.DotNet.Cli.Definitions (1)
Commands\Reference\ReferenceRemoveCommandDefinition.cs (1)
38Arguments.Add(ProjectPathArgument);