2 writes to readOnly
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
810
this.
readOnly
= mapping.readOnly;
854
set {
readOnly
= value; }
2 references to readOnly
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
810
this.readOnly = mapping.
readOnly
;
853
get { return
readOnly
; }