8 references to IsNullableGenericType
System.Private.Xml (8)
System\Xml\Serialization\SourceInfo.cs (4)
81if (CodeGenerator.IsNullableGenericType(eType)) 120if (CodeGenerator.IsNullableGenericType(eType)) 159if (CodeGenerator.IsNullableGenericType(varType) && 178if (CodeGenerator.IsNullableGenericType(memberType))
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
2694if (CodeGenerator.IsNullableGenericType(varType)) 2738if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType) 2775if (CodeGenerator.IsNullableGenericType(varType)) 2804if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType)