2 writes to _currentIndex
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
79_currentIndex = 0; 84_currentIndex++;
2 references to _currentIndex
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
76if (_currentIndex >= count) 82asyncResult = (LdapPartialAsyncResult)_resultList[_currentIndex];