4 references to StoreCommandParser
dotnet (4)
Commands\Store\StoreCommand.cs (3)
32if (!result.HasOption(StoreCommandParser.ManifestOption)) 37msbuildArgs.AddRange(result.OptionValuesToBeForwarded(StoreCommandParser.GetCommand())); 39msbuildArgs.AddRange(result.GetValue(StoreCommandParser.Argument) ?? []);
Parser.cs (1)
84StoreCommandParser.GetCommand(),