2 writes to _readOnly
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
913
_readOnly
= mapping._readOnly;
965
set {
_readOnly
= value; }
2 references to _readOnly
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
913
_readOnly = mapping.
_readOnly
;
964
get { return
_readOnly
; }