1 write to IsNullable
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
630
key.Value.
IsNullable
= attribute.IsNullable;
9 references to IsNullable
System.Data.Common (3)
System\Data\Common\ObjectStorage.cs (3)
630
key.Value.IsNullable = attribute.
IsNullable
;
655
(x.Value.
IsNullable
== y.Value.
IsNullable
))));
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlDataContract.cs (1)
169
_isTopLevelElementNullable = xmlRootAttribute.
IsNullable
;
System.Private.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
284
if (root.GetIsNullableSpecified() && !root.
IsNullable
&& model.TypeDesc.IsOptionalValue)
287
element.IsNullable = root.GetIsNullableSpecified() ? root.
IsNullable
: model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue;
1358
xmlElement.IsNullable = structAttrs.XmlRoot.
IsNullable
;
1363
xmlElement.IsNullable = structAttrs.XmlRoot.
IsNullable
;
1377
CheckNullable(a.XmlRoot.
IsNullable
, typeDesc, null);