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)
2810if (CodeGenerator.IsNullableGenericType(varType)) 2854if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType) 2891if (CodeGenerator.IsNullableGenericType(varType)) 2920if (CodeGenerator.IsNullableGenericType(arrayElementType) || arrayElementType.IsValueType)