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