3 references to ProjectPathArgument
dotnet (2)
Commands\Reference\ReferenceCommandParser.cs (1)
25
var 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)
38
Arguments.Add(
ProjectPathArgument
);