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)
76
if (
_currentIndex
>= count)
82
asyncResult = (LdapPartialAsyncResult)_resultList[
_currentIndex
];