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