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