3 writes to _resultStatus
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (3)
171
asyncResult.
_resultStatus
= ResultsStatus.Done;
217
asyncResult.
_resultStatus
= ResultsStatus.Done;
232
asyncResult.
_resultStatus
= ResultsStatus.CompleteResult;
5 references to _resultStatus
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (5)
87
if (asyncResult.
_resultStatus
!= ResultsStatus.Done)
105
if (asyncResult.
_resultStatus
== ResultsStatus.Done)
132
if (asyncResult.
_resultStatus
== ResultsStatus.CompleteResult)
231
if (asyncResult.
_resultStatus
== ResultsStatus.PartialResult)
296
Debug.Assert(asyncResult.
_resultStatus
== ResultsStatus.Done);