1 write to IsNullable
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
624key.Value.IsNullable = attribute.IsNullable;
9 references to IsNullable
System.Data.Common (3)
System\Data\Common\ObjectStorage.cs (3)
624key.Value.IsNullable = attribute.IsNullable; 649(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)
271if (root.GetIsNullableSpecified() && !root.IsNullable && model.TypeDesc.IsOptionalValue) 274element.IsNullable = root.GetIsNullableSpecified() ? root.IsNullable : model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue; 1337xmlElement.IsNullable = structAttrs.XmlRoot.IsNullable; 1342xmlElement.IsNullable = structAttrs.XmlRoot.IsNullable; 1356CheckNullable(a.XmlRoot.IsNullable, typeDesc, null);