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