3 references to IsNullableSpecified
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
251if (root.IsNullableSpecified && !root.IsNullable && model.TypeDesc.IsOptionalValue) 254element.IsNullable = root.IsNullableSpecified ? root.IsNullable : model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue; 1174if (structAttrs.XmlRoot.IsNullableSpecified)