1 write to _coll
System.Collections.Specialized (1)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
491_coll = coll;
7 references to _coll
System.Collections.Specialized (7)
System\Collections\Specialized\NameObjectCollectionBase.cs (7)
492_version = _coll._version; 498if (_version != _coll._version) 501if (_pos < _coll.Count - 1) 508_pos = _coll.Count; 515if (_version != _coll._version) 524if (_pos >= 0 && _pos < _coll.Count) 526return _coll.BaseGetKey(_pos);