8 references to IsNullableGenericType
System.Private.Xml (8)
System\Xml\Serialization\SourceInfo.cs (4)
81
if (CodeGenerator.
IsNullableGenericType
(eType))
120
if (CodeGenerator.
IsNullableGenericType
(eType))
159
if (CodeGenerator.
IsNullableGenericType
(varType) &&
178
if (CodeGenerator.
IsNullableGenericType
(memberType))
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
2693
if (CodeGenerator.
IsNullableGenericType
(varType))
2737
if (CodeGenerator.
IsNullableGenericType
(arrayElementType) || arrayElementType.IsValueType)
2774
if (CodeGenerator.
IsNullableGenericType
(varType))
2803
if (CodeGenerator.
IsNullableGenericType
(arrayElementType) || arrayElementType.IsValueType)