2 writes to _readOnly
System (2)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
254_readOnly = readOnly; // after collection populated 304set { _readOnly = value; }
8 references to _readOnly
System (8)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (8)
136info.AddValue(ReadOnlyName, _readOnly); 303get { return _readOnly; } 324if (_readOnly) 350if (_readOnly) 382if (_readOnly) 406if (_readOnly) 432if (_readOnly) 473if (_readOnly)