1 implementation of ICommandRunner
dotnet-aot (1)
parent\dotnet\Commands\NuGet\NuGetCommand.cs (1)
69
private class NuGetCommandRunner :
ICommandRunner
2 references to ICommandRunner
dotnet-aot (2)
parent\dotnet\Commands\NuGet\NuGetCommand.cs (2)
31
ICommandRunner
runner;
52
public static int Run(string[] args,
ICommandRunner
nugetCommandRunner)