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