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