3 writes to IsNullable
System.Xml (3)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
1577
member.
IsNullable
= mapping.TypeDesc.IsNullable;
2885
member.
IsNullable
= false;//Note, Microsoft: IsNullable is set to false since null condition (xsi:nil) is already handled by 'ReadNull()'
2977
member.
IsNullable
= true;
2 references to IsNullable
System.Xml (2)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
2681
ilg.Ldc(member.
IsNullable
);
2695
ilg.Ldc(member.
IsNullable
);