25 references to TypeOfNullable
System.Private.DataContractSerialization (25)
System\Runtime\Serialization\DataContract.cs (5)
1164while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 1174while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 1435GenericInfo genericInfo = new GenericInfo(DataContract.GetXmlName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName!); 1927type.GetGenericTypeDefinition() == Globals.TypeOfNullable);
System\Runtime\Serialization\DataContractSet.cs (3)
321_referencedTypesDictionary.Add(DataContract.GetXmlName(Globals.TypeOfNullable), Globals.TypeOfNullable); 486bool enableStructureCheck = (type != Globals.TypeOfNullable);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
472while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 590Type type = Globals.TypeOfNullable.MakeGenericType(innerType); 734while (keyType.IsGenericType && keyType.GetGenericTypeDefinition() == Globals.TypeOfNullable)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (3)
636memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable); 677((IList)Globals.TypeOfNullable.GetInterfaces()).Contains(memberType)) 725while (memberType.IsGenericType && memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable)
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
154while (keyType.IsGenericType && keyType.GetGenericTypeDefinition() == Globals.TypeOfNullable)
System\Runtime\Serialization\ReflectionClassWriter.cs (1)
50bool originValueIsNullableOfT = (memberType.IsGenericType && memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable);
System\Runtime\Serialization\ReflectionReader.cs (2)
253while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 348while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable)
System\Runtime\Serialization\SchemaImporter.cs (2)
1140genericInfo = new GenericInfo(DataContract.GetXmlName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
509while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 623Type type = Globals.TypeOfNullable.MakeGenericType(innerType);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (3)
649memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable); 690((IList)Globals.TypeOfNullable.GetInterfaces()).Contains(memberType)) 738while (memberType.IsGenericType && memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable)