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)
559
return
_coll
.BaseGetKey(index);
581
return new NameObjectKeysEnumerator(
_coll
);
591
return
_coll
.Count;
606
if (array.Length - index <
_coll
.Count)
617
get { return ((ICollection)
_coll
).SyncRoot; }