9 references to DefaultConfiguration
dotnet-aot (9)
parent\dotnet\CommandFactory\CommandFactory.cs (1)
17string configuration = Constants.DefaultConfiguration)
parent\dotnet\CommandFactory\CommandFactoryUsingResolver.cs (3)
21string configuration = Constants.DefaultConfiguration, 41string configuration = Constants.DefaultConfiguration, 62string configuration = Constants.DefaultConfiguration,
parent\dotnet\CommandFactory\CommandResolver.cs (2)
16string? configuration = Constants.DefaultConfiguration, 37string? configuration = Constants.DefaultConfiguration,
parent\dotnet\CommandFactory\ICommandFactory.cs (1)
17string configuration = Constants.DefaultConfiguration);
parent\dotnet\Commands\DotNetCommandFactory.cs (2)
25public ICommand Create(string commandName, IEnumerable<string> args, NuGetFramework? framework = null, string configuration = Constants.DefaultConfiguration) 30Debug.Assert(configuration == Constants.DefaultConfiguration, "BuiltInCommand doesn't support the 'configuration' argument.");