3 writes to IsNullable
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1363
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
1368
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
2186
xmlElement.
IsNullable
= typeDesc.IsOptionalValue;
7 references to IsNullable
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
1664
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1667
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1837
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1840
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1905
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1908
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
2070
if (xmlElement.
IsNullable
)