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)
380get { return _readOnly; }