1 instantiation of StoreCommand
dotnet (1)
Commands\Store\StoreCommand.cs (1)
41return new StoreCommand(msbuildArgs, msbuildPath);
6 references to StoreCommand
dotnet (3)
Commands\Store\StoreCommand.cs (2)
20public static StoreCommand FromArgs(string[] args, string msbuildPath = null) 26public static StoreCommand FromParseResult(ParseResult result, string msbuildPath = null)
Commands\Store\StoreCommandParser.cs (1)
93command.SetAction(StoreCommand.Run);
dotnet.Tests (3)
CommandTests\MSBuild\GivenDotnetStoreInvocation.cs (3)
23StoreCommand.FromArgs(args, msbuildPath) 50StoreCommand.FromArgs(args, msbuildPath).GetArgumentTokensToMSBuild() 64StoreCommand.FromArgs(args, msbuildPath)