10 references to TypeOfKeyValue
System.Private.DataContractSerialization (10)
System\Runtime\Serialization\CollectionDataContract.cs (4)
1063itemType = Globals.TypeOfKeyValue.MakeGenericType(genericArgs); 1211itemType = isOpenGeneric ? Globals.TypeOfKeyValue : Globals.TypeOfKeyValue.MakeGenericType(addMethodTypeArray); 1215itemType = Globals.TypeOfKeyValue.MakeGenericType(addMethodTypeArray);
System\Runtime\Serialization\DataContract.cs (1)
2025collectionDataContract.ItemType.GetGenericTypeDefinition() == Globals.TypeOfKeyValue)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
564if (itemType.IsGenericType && (itemType.GetGenericTypeDefinition() == Globals.TypeOfKeyValue))
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
438Type genericDictionaryKeyValueType = Globals.TypeOfKeyValue.MakeGenericType(keyValueTypes);
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
360(oldItemContract.UnderlyingType.GetGenericTypeDefinition() == Globals.TypeOfKeyValue))
System\Runtime\Serialization\SchemaImporter.cs (2)
1122GenericInfo genericInfo = new GenericInfo(DataContract.GetXmlName(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName);