3 writes to _currentIndex
System.DirectoryServices (3)
System\DirectoryServices\PropertyCollection.cs (3)
324
_currentIndex
++;
327
_currentIndex
= -1;
334
public void Reset() =>
_currentIndex
= -1;
3 references to _currentIndex
System.DirectoryServices (3)
System\DirectoryServices\PropertyCollection.cs (3)
307
if (
_currentIndex
== -1)
309
return
_currentIndex
;
325
if (
_currentIndex
>= propCollection.Count)