3 references to CollectionTypeReferenceKey
dotnet-svcutil-lib (3)
Shared\Options\WCFCSUpdateOptions.cs (3)
26private ListValue<string> CollectionTypeReference { get { return GetValue<ListValue<string>>(CollectionTypeReferenceKey); } } 37new ListValueOption<string>(CollectionTypeReferenceKey) { CanSerialize = false }, 53var collectionTypeRefOption = GetOption(CollectionTypeReferenceKey);