2 writes to _completed
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
352
requestState._ldapAsync.
_completed
= true;
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
108
asyncResult.
_completed
= true;
1 reference to _completed
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
32
bool IAsyncResult.IsCompleted =>
_completed
;