4 references to CollectionTypesKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
66public readonly CommandSwitch CollectionType = new CommandSwitch(CollectionTypesKey, "ct", SwitchType.ValueList);
Shared\Options\OptionValueParser.cs (1)
155UpdateOptions.CollectionTypesKey, UpdateOptions.ExcludeTypesKey, UpdateOptions.ReferencesKey, UpdateOptions.RuntimeIdentifierKey
Shared\Options\UpdateOptions.cs (2)
33public ListValue<string> CollectionTypes { get { return GetValue<ListValue<string>>(CollectionTypesKey); } } 53new ListValueOption<string>(CollectionTypesKey) { SerializationName = "collectionTypes" },