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