1 type derived from LdapAsyncResult
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
74internal sealed class LdapPartialAsyncResult : LdapAsyncResult
1 instantiation of LdapAsyncResult
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
325var asyncResult = new LdapAsyncResult(callback, state, false);
10 references to LdapAsyncResult
System.DirectoryServices.Protocols (10)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (2)
38if (!(obj is LdapAsyncResult otherAsyncResult)) 60internal LdapAsyncResult _ldapAsync;
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
325var asyncResult = new LdapAsyncResult(callback, state, false); 389if (!(asyncResult is LdapAsyncResult)) 396LdapAsyncResult result = (LdapAsyncResult)asyncResult; 431if (!(asyncResult is LdapAsyncResult)) 453if (!(asyncResult is LdapAsyncResult)) 458LdapAsyncResult result = (LdapAsyncResult)asyncResult;