1 write to _switchMappings
Microsoft.Extensions.Configuration.CommandLine (1)
CommandLineConfigurationProvider.cs (1)
29_switchMappings = GetValidatedSwitchMappingsCopy(switchMappings);
4 references to _switchMappings
Microsoft.Extensions.Configuration.CommandLine (4)
CommandLineConfigurationProvider.cs (4)
81if (_switchMappings != null && _switchMappings.TryGetValue(currentArg, out string? mappedKey)) 109if (_switchMappings != null && _switchMappings.TryGetValue(keySegment, out string? mappedKeySegment))