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