1 write to _ldapAsync
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
330requestState._ldapAsync = asyncResult;
5 references to _ldapAsync
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
351requestState._ldapAsync._manualResetEvent.Set(); 352requestState._ldapAsync._completed = true; 354if (requestState._ldapAsync._callback != null && !requestState._abortCalled) 356requestState._ldapAsync._callback(requestState._ldapAsync);