1 write to IsNullable
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
630key.Value.IsNullable = attribute.IsNullable;
9 references to IsNullable
System.Data.Common (3)
System\Data\Common\ObjectStorage.cs (3)
630key.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)
284if (root.GetIsNullableSpecified() && !root.IsNullable && model.TypeDesc.IsOptionalValue) 287element.IsNullable = root.GetIsNullableSpecified() ? root.IsNullable : model.TypeDesc.IsNullable || model.TypeDesc.IsOptionalValue; 1358xmlElement.IsNullable = structAttrs.XmlRoot.IsNullable; 1363xmlElement.IsNullable = structAttrs.XmlRoot.IsNullable; 1377CheckNullable(a.XmlRoot.IsNullable, typeDesc, null);