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)
328var 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)
328var asyncResult = new LdapAsyncResult(callback, state, false); 392if (!(asyncResult is LdapAsyncResult)) 399LdapAsyncResult result = (LdapAsyncResult)asyncResult; 437if (!(asyncResult is LdapAsyncResult)) 459if (!(asyncResult is LdapAsyncResult)) 464LdapAsyncResult result = (LdapAsyncResult)asyncResult;