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