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