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