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