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