3 writes to IsNullable
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1362
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
1367
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
2185
xmlElement.
IsNullable
= typeDesc.IsOptionalValue;
7 references to IsNullable
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
1663
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1666
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1836
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1839
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1904
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1907
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
2069
if (xmlElement.
IsNullable
)