4 references to CultureInfoKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
67public readonly CommandSwitch CultureName = new CommandSwitch(CultureInfoKey, "cn", SwitchType.SingletonValue, OperationalContext.Infrastructure);
Shared\Options\SvcutilOptions.cs (3)
32public CultureInfo CultureInfo { get { return GetValue<CultureInfo>(CultureInfoKey); } set { SetValue(CultureInfoKey, value); } } 51new SingleValueOption<CultureInfo>(CultureInfoKey),