3 writes to IsNullable
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1364
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
1369
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
2201
xmlElement.
IsNullable
= typeDesc.IsOptionalValue;
7 references to IsNullable
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
1679
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1682
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1852
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1855
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1920
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1923
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
2085
if (xmlElement.
IsNullable
)