2 implementations of Create
dotnet-aot (2)
parent\dotnet\CommandFactory\CommandFactory.cs (1)
13public ICommand Create(
parent\dotnet\Commands\DotNetCommandFactory.cs (1)
25public ICommand Create(string commandName, IEnumerable<string> args, NuGetFramework? framework = null, string configuration = Constants.DefaultConfiguration)