1 reference to IsNullable
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1309
arrayItemElement.IsNullable = xmlArrayItem.IsNullableSpecified ? xmlArrayItem.
IsNullable
: targetTypeDesc.IsNullable || targetTypeDesc.IsOptionalValue;