23 references to TypeOfNullable
System.Runtime.Serialization (23)
System\Runtime\Serialization\CodeExporter.cs (3)
713bool enableStructureCheck = (type != Globals.TypeOfNullable); 742if (type == Globals.TypeOfNullable && !isParamValueType) 1027CodeTypeReference nullableOfMemberType = GetCodeTypeReference(Globals.TypeOfNullable);
System\Runtime\Serialization\DataContract.cs (5)
1345while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 1355while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 1618GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName); 2021type.GetGenericTypeDefinition() == Globals.TypeOfNullable);
System\Runtime\Serialization\DataContractSet.cs (2)
359referencedTypesDictionary.Add(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
523while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 634Type type = Globals.TypeOfNullable.MakeGenericType(innerType); 773while (keyType.IsGenericType && keyType.GetGenericTypeDefinition() == Globals.TypeOfNullable)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (3)
667memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable); 708((IList)Globals.TypeOfNullable.GetInterfaces()).Contains(memberType)) 753while (memberType.IsGenericType && memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable)
System\Runtime\Serialization\SchemaImporter.cs (2)
1147genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
479while (type.IsGenericType && type.GetGenericTypeDefinition() == Globals.TypeOfNullable) 589Type type = Globals.TypeOfNullable.MakeGenericType(innerType);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (3)
644memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable); 685((IList)Globals.TypeOfNullable.GetInterfaces()).Contains(memberType)) 731while (memberType.IsGenericType && memberType.GetGenericTypeDefinition() == Globals.TypeOfNullable)