8 references to IsNullableGenericType
System.Private.Xml (8)
System\Xml\Serialization\SourceInfo.cs (4)
83if (CodeGenerator.IsNullableGenericType(eType)) 122if (CodeGenerator.IsNullableGenericType(eType)) 161if (CodeGenerator.IsNullableGenericType(varType) && 180if (CodeGenerator.IsNullableGenericType(memberType))
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
2722if (CodeGenerator.IsNullableGenericType(varType)) 2766if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType) 2805if (CodeGenerator.IsNullableGenericType(varType)) 2834if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType)