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