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