3 references to GetIsNullableSpecified
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
284if (root.GetIsNullableSpecified() && !root.IsNullable && model.TypeDesc.IsOptionalValue) 287element.IsNullable = root.GetIsNullableSpecified() ? root.IsNullable : model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue; 1357if (structAttrs.XmlRoot.GetIsNullableSpecified())