3 references to DictionaryCollectionTypeReferenceKey
dotnet-svcutil-lib (3)
Shared\Options\WCFCSUpdateOptions.cs (3)
27private ListValue<string> DictionaryCollectionTypeReference { get { return GetValue<ListValue<string>>(DictionaryCollectionTypeReferenceKey); } } 38new ListValueOption<string>(DictionaryCollectionTypeReferenceKey) { CanSerialize = false }, 56var dictionaryCollectionTypeRefOption = GetOption(DictionaryCollectionTypeReferenceKey);