4 references to ExcludeTypesKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
70
public readonly CommandSwitch ExcludeType = new CommandSwitch(
ExcludeTypesKey
, "et", SwitchType.ValueList);
Shared\Options\OptionValueParser.cs (1)
155
UpdateOptions.CollectionTypesKey, UpdateOptions.
ExcludeTypesKey
, UpdateOptions.ReferencesKey, UpdateOptions.RuntimeIdentifierKey
Shared\Options\UpdateOptions.cs (2)
35
public ListValue<string> ExcludeTypes { get { return GetValue<ListValue<string>>(
ExcludeTypesKey
); } }
55
new ListValueOption<string>(
ExcludeTypesKey
) { SerializationName = "excludeTypes" },