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