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