1 write to _coll
System (1)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
678_coll = coll;
5 references to _coll
System (5)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (5)
687return _coll.BaseGetKey(index); 706return new NameObjectKeysEnumerator(_coll); 714return _coll.Count; 731if (array.Length - index < _coll.Count) { 740get { return ((ICollection)_coll).SyncRoot; }