1 write to _manualResetEvent
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
22
_manualResetEvent
= new ManualResetEvent(false);
4 references to _manualResetEvent
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (2)
28
WaitHandle IAsyncResult.AsyncWaitHandle => field ??= new LdapAsyncWaitHandle(
_manualResetEvent
.SafeWaitHandle);
34
public override int GetHashCode() =>
_manualResetEvent
.GetHashCode();
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
351
requestState._ldapAsync.
_manualResetEvent
.Set();
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
107
asyncResult.
_manualResetEvent
.Set();