1 instantiation of StoreCommand
dotnet (1)
Commands\Tool\Store\StoreCommand.cs (1)
44return new StoreCommand(msbuildArgs, msbuildPath);
3 references to StoreCommand
dotnet (3)
Commands\Tool\Store\StoreCommand.cs (2)
21public static StoreCommand FromArgs(string[] args, string msbuildPath = null) 27public static StoreCommand FromParseResult(ParseResult result, string msbuildPath = null)
Commands\Tool\Store\StoreCommandParser.cs (1)
14command.SetAction(StoreCommand.Run);