1 type derived from LdapAsyncResult
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
74
internal sealed class LdapPartialAsyncResult :
LdapAsyncResult
1 instantiation of LdapAsyncResult
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
328
var asyncResult = new
LdapAsyncResult
(callback, state, false);
10 references to LdapAsyncResult
System.DirectoryServices.Protocols (10)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (2)
38
if (!(obj is
LdapAsyncResult
otherAsyncResult))
60
internal
LdapAsyncResult
_ldapAsync;
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
328
var
asyncResult = new LdapAsyncResult(callback, state, false);
392
if (!(asyncResult is
LdapAsyncResult
))
399
LdapAsyncResult
result = (
LdapAsyncResult
)asyncResult;
437
if (!(asyncResult is
LdapAsyncResult
))
459
if (!(asyncResult is
LdapAsyncResult
))
464
LdapAsyncResult
result = (
LdapAsyncResult
)asyncResult;