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)
28WaitHandle IAsyncResult.AsyncWaitHandle => field ??= new LdapAsyncWaitHandle(_manualResetEvent.SafeWaitHandle); 34public override int GetHashCode() => _manualResetEvent.GetHashCode();
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
351requestState._ldapAsync._manualResetEvent.Set();
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
107asyncResult._manualResetEvent.Set();