1 write to SwitchMappings
Microsoft.Extensions.Configuration.CommandLine (1)
CommandLineConfigurationExtensions.cs (1)
157configurationBuilder.Add(new CommandLineConfigurationSource { Args = args, SwitchMappings = switchMappings });
1 reference to SwitchMappings
Microsoft.Extensions.Configuration.CommandLine (1)
CommandLineConfigurationSource.cs (1)
31return new CommandLineConfigurationProvider(Args, SwitchMappings);