3 writes to IsNullable
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
1544member.IsNullable = mapping.TypeDesc!.IsNullable; 2868member.IsNullable = false; //Note, IsNullable is set to false since null condition (xsi:nil) is already handled by 'ReadNull()' 2954member.IsNullable = true;
2 references to IsNullable
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
2644ilg.Ldc(member.IsNullable); 2659ilg.Ldc(member.IsNullable);