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