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