9 references to TypeOfKeyValue
System.Runtime.Serialization (9)
System\Runtime\Serialization\CollectionDataContract.cs (4)
957
itemType = Globals.
TypeOfKeyValue
.MakeGenericType(genericArgs);
1094
itemType = isOpenGeneric ? Globals.
TypeOfKeyValue
: Globals.
TypeOfKeyValue
.MakeGenericType(addMethodTypeArray);
1098
itemType = Globals.
TypeOfKeyValue
.MakeGenericType(addMethodTypeArray);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
519
if (itemType.IsGenericType && (itemType.GetGenericTypeDefinition() == Globals.
TypeOfKeyValue
))
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
480
Type genericDictionaryKeyValueType = Globals.
TypeOfKeyValue
.MakeGenericType(keyValueTypes);
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
186
(oldItemContract.UnderlyingType.GetGenericTypeDefinition() == Globals.
TypeOfKeyValue
))
System\Runtime\Serialization\SchemaImporter.cs (2)
1131
GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.
TypeOfKeyValue
), Globals.
TypeOfKeyValue
.FullName);