1 write to _coll
System.Collections.Specialized (1)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
549_coll = coll;
5 references to _coll
System.Collections.Specialized (5)
System\Collections\Specialized\NameObjectCollectionBase.cs (5)
559return _coll.BaseGetKey(index); 581return new NameObjectKeysEnumerator(_coll); 591return _coll.Count; 606if (array.Length - index < _coll.Count) 617get { return ((ICollection)_coll).SyncRoot; }