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