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