7 references to ListValueOption
dotnet-svcutil-lib (7)
Shared\Options\ApplicationOptions.cs (1)
56new ListValueOption<Uri>(InputsKey),
Shared\Options\UpdateOptions.cs (4)
53new ListValueOption<string>(CollectionTypesKey) { SerializationName = "collectionTypes" }, 55new ListValueOption<string>(ExcludeTypesKey) { SerializationName = "excludeTypes" }, 58new ListValueOption<KeyValuePair<string, string>>(NamespaceMappingsKey) { SerializationName = "namespaceMappings" }, 61new ListValueOption<ProjectDependency>(ReferencesKey) { SerializationName = "references" },
Shared\Options\WCFCSUpdateOptions.cs (2)
37new ListValueOption<string>(CollectionTypeReferenceKey) { CanSerialize = false }, 38new ListValueOption<string>(DictionaryCollectionTypeReferenceKey) { CanSerialize = false },