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)
2694
if (CodeGenerator.
IsNullableGenericType
(varType))
2738
if (CodeGenerator.
IsNullableGenericType
(arrayElementType) || arrayElementType.IsValueType)
2775
if (CodeGenerator.
IsNullableGenericType
(varType))
2804
if (CodeGenerator.
IsNullableGenericType
(arrayElementType) || arrayElementType.IsValueType)