1 write to IsNullable
System.Data (1)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
527
key.Value.
IsNullable
= attribute.IsNullable;
9 references to IsNullable
System.Data (3)
fx\src\data\System\Data\Common\ObjectStorage.cs (3)
527
key.Value.IsNullable = attribute.
IsNullable
;
552
(x.Value.
IsNullable
== y.Value.
IsNullable
))));
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlDataContract.cs (1)
226
isTopLevelElementNullable = xmlRootAttribute.
IsNullable
;
System.Xml (5)
System\Xml\Serialization\XmlReflectionImporter.cs (5)
251
if (root.IsNullableSpecified && !root.
IsNullable
&& model.TypeDesc.IsOptionalValue)
254
element.IsNullable = root.IsNullableSpecified ? root.
IsNullable
: model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue;
1175
xmlElement.IsNullable = structAttrs.XmlRoot.
IsNullable
;
1179
xmlElement.IsNullable = structAttrs.XmlRoot.
IsNullable
;
1192
CheckNullable(a.XmlRoot.
IsNullable
, typeDesc, null);