3 writes to IsNullable
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationReader.cs (3)
3347member.IsNullable = mapping.TypeDesc!.IsNullable; 4591member.IsNullable = false; // Note, sowmys: IsNullable is set to false since null condition (xsi:nil) is already handled by 'ReadNull()' 4635member.IsNullable = true;
2 references to IsNullable
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializationReader.cs (2)
4475WriteBooleanValue(member.IsNullable); 4497WriteBooleanValue(member.IsNullable);