8 references to IsNullableGenericType
System.Xml (8)
System\Xml\Serialization\SourceInfo.cs (4)
72if (CodeGenerator.IsNullableGenericType(eType)) { 108if (CodeGenerator.IsNullableGenericType(eType)) { 140if (CodeGenerator.IsNullableGenericType(varType) && 157if (CodeGenerator.IsNullableGenericType(memberType)) {
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
2720if (CodeGenerator.IsNullableGenericType(varType)) { 2764if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType) { 2796if (CodeGenerator.IsNullableGenericType(varType)) { 2822if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType) {