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)
687
return
_coll
.BaseGetKey(index);
706
return new NameObjectKeysEnumerator(
_coll
);
714
return
_coll
.Count;
731
if (array.Length - index <
_coll
.Count) {
740
get { return ((ICollection)
_coll
).SyncRoot; }