Home
last modified time | relevance | path

Searched refs:TypeOfKeyValuePair (Results 1 – 21 of 21) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DJsonFormatWriterGenerator.cs147 …_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfKeyValuePair.MakeGenericType(dc.KeyValuePairGen… in InitArgs()
330 …cs.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
405 …orParam = Globals.TypeOfIEnumeratorGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
H A DJsonDataContract.cs298 …taContract itemDataContract = DataContract.GetDataContract(Globals.TypeOfKeyValuePair.MakeGenericT… in AddCollectionItemContractsToKnownDataContracts()
H A DDataContractJsonSerializer.cs942 … itemType = Globals.TypeOfKeyValuePair.MakeGenericType(itemType.GenericTypeArguments); in AddCollectionItemTypeToKnownTypes()
H A DJsonFormatReaderGenerator.cs116 …_ilg.ConvertValue(Globals.TypeOfKeyValuePair.MakeGenericType(classContract.KeyValuePairGenericArgu… in GenerateClassReader()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlFormatWriterGenerator.cs173 …_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfKeyValuePair.MakeGenericType(dc.KeyValuePairGen… in InitArgs()
402 …cs.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
476 …orParam = Globals.TypeOfIEnumeratorGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
H A DReflectionClassWriter.cs148 … else if (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfKeyValuePair) in ResolveAdapterType()
H A DGlobals.cs675 internal static Type TypeOfKeyValuePair property in System.Runtime.Serialization.Globals
H A DCollectionDataContract.cs806 …ldIncrementCollectionCountDelegateMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in IncrementCollectionCount()
1101 …rMethod = Globals.TypeOfIEnumerableGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in IsCollectionOrTryCreate()
H A DClassDataContract.cs1402 …= type.GetConstructor(Globals.ScanAllMembers, new Type[] { Globals.TypeOfKeyValuePair.MakeGenericT… in SetKeyValuePairAdapterFlags()
1625 return Globals.TypeOfKeyValuePair.MakeGenericType(KeyValuePairGenericArguments);
H A DDataContract.cs682 … if (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfKeyValuePair) in GetDataContractAdapterType()
2151 …taContract itemDataContract = DataContract.GetDataContract(Globals.TypeOfKeyValuePair.MakeGenericT… in ImportKnownTypeAttributes()
H A DXmlFormatReaderGenerator.cs152 …_ilg.ConvertValue(Globals.TypeOfKeyValuePair.MakeGenericType(classContract.KeyValuePairGenericArgu… in GenerateClassReader()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DJsonFormatWriterGenerator_static.cs199 …cs.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
270 …Type ctorParam = Globals.TypeOfIEnumeratorGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeG… in WriteCollection()
H A DXmlFormatWriterGenerator_static.cs217 …cs.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
287 …Type ctorParam = Globals.TypeOfIEnumeratorGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeG… in WriteCollection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DJsonDataContract.cs327 …taContract itemDataContract = DataContract.GetDataContract(Globals.TypeOfKeyValuePair.MakeGenericT… in AddCollectionItemContractsToKnownDataContracts()
H A DJsonFormatWriterGenerator.cs398 …cs.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
473 …orParam = Globals.TypeOfIEnumeratorGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
H A DXmlObjectSerializerWriteContextComplexJson.cs400 …itemContract = context.GetDataContract(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContra… in ResolveJsonDataContractFromRootDataContract()
H A DDataContractJsonSerializer.cs523 … itemType = Globals.TypeOfKeyValuePair.MakeGenericType(itemType.GetGenericArguments()); in AddCollectionItemTypeToKnownTypes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlFormatWriterGenerator.cs434 …cs.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
508 …orParam = Globals.TypeOfIEnumeratorGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in WriteCollection()
H A DGlobals.cs967 internal static Type TypeOfKeyValuePair property in System.Runtime.Serialization.Globals
H A DCollectionDataContract.cs963 …rMethod = Globals.TypeOfIEnumerableGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in IsCollectionOrTryCreate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/
H A DDataContract.cs1709 …rMethod = Globals.TypeOfIEnumerableGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericT… in IsCollectionOrTryCreate()
2038 internal static Type TypeOfKeyValuePair = typeof(KeyValuePair<,>); field in SerializationTestTypes.Globals