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)
81
if (
_switchMappings
!= null &&
_switchMappings
.TryGetValue(currentArg, out string? mappedKey))
109
if (
_switchMappings
!= null &&
_switchMappings
.TryGetValue(keySegment, out string? mappedKeySegment))