4 writes to _pos
System.Collections.Specialized (4)
System\Collections\Specialized\NameObjectCollectionBase.cs (4)
493
_pos
= -1;
503
_pos
++;
508
_pos
= _coll.Count;
517
_pos
= -1;
4 references to _pos
System.Collections.Specialized (4)
System\Collections\Specialized\NameObjectCollectionBase.cs (4)
501
if (
_pos
< _coll.Count - 1)
524
if (
_pos
>= 0 &&
_pos
< _coll.Count)
526
return _coll.BaseGetKey(
_pos
);