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