1 instantiation of CommandLineConfigurationProvider
Microsoft.Extensions.Configuration.CommandLine (1)
CommandLineConfigurationSource.cs (1)
31return new CommandLineConfigurationProvider(Args, SwitchMappings);
5 references to CommandLineConfigurationProvider
Microsoft.Extensions.Configuration.CommandLine (5)
CommandLineConfigurationExtensions.cs (3)
11/// Extension methods for registering <see cref="CommandLineConfigurationProvider"/> with <see cref="IConfigurationBuilder"/>. 16/// Adds a <see cref="CommandLineConfigurationProvider"/> <see cref="IConfigurationProvider"/> 72/// Adds a <see cref="CommandLineConfigurationProvider"/> <see cref="IConfigurationProvider"/> that reads
CommandLineConfigurationSource.cs (2)
25/// Builds the <see cref="CommandLineConfigurationProvider"/> for this source. 28/// <returns>A <see cref="CommandLineConfigurationProvider"/>.</returns>