3 writes to _readOnly
System.Private.Xml (3)
System\Xml\Serialization\Models.cs (3)
290
_readOnly
= readOnly;
331
_readOnly
= !((PropertyInfo)memberInfo).CanWrite;
336
_readOnly
= ((FieldInfo)memberInfo).IsInitOnly;
1 reference to _readOnly
System.Private.Xml (1)
System\Xml\Serialization\Models.cs (1)
380
get { return
_readOnly
; }