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