3 writes to IsNullable
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1358
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
1363
xmlElement.
IsNullable
= structAttrs.XmlRoot.IsNullable;
2181
xmlElement.
IsNullable
= typeDesc.IsOptionalValue;
7 references to IsNullable
System.Private.Xml (7)
System\Xml\Serialization\XmlReflectionImporter.cs (7)
1659
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1662
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1832
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1835
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
1900
if (xmlElement.GetIsNullableSpecified() && !xmlElement.
IsNullable
&& typeModel.TypeDesc.IsOptionalValue)
1903
element.IsNullable = xmlElement.GetIsNullableSpecified() ? xmlElement.
IsNullable
: typeModel.TypeDesc.IsOptionalValue;
2065
if (xmlElement.
IsNullable
)