5 references to RuntimeIdentifierKey
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (1)
85public readonly CommandSwitch RuntimeIdentifier = new CommandSwitch(RuntimeIdentifierKey, "ri", SwitchType.SingletonValue, OperationalContext.Global);
Shared\Options\OptionValueParser.cs (1)
155UpdateOptions.CollectionTypesKey, UpdateOptions.ExcludeTypesKey, UpdateOptions.ReferencesKey, UpdateOptions.RuntimeIdentifierKey
Shared\Options\UpdateOptions.cs (3)
42public string RuntimeIdentifier { get { return GetValue<string>(RuntimeIdentifierKey); } set { SetValue(RuntimeIdentifierKey, value); } } 62new SingleValueOption<string>(RuntimeIdentifierKey),