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