1 write to _ldapAsync
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
327
requestState.
_ldapAsync
= asyncResult;
5 references to _ldapAsync
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
348
requestState.
_ldapAsync
._manualResetEvent.Set();
349
requestState.
_ldapAsync
._completed = true;
351
if (requestState.
_ldapAsync
._callback != null && !requestState._abortCalled)
353
requestState.
_ldapAsync
._callback(requestState.
_ldapAsync
);