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