6 references to LdapSearch
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
210LdapOperation operation = LdapOperation.LdapSearch; 225operation = LdapOperation.LdapSearch; 290LdapOperation operation = LdapOperation.LdapSearch; 305operation = LdapOperation.LdapSearch; 1888else if (operation == LdapOperation.LdapSearch)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
139ValueTask<DirectoryResponse> vt = connection.ConstructResponseAsync(asyncResult._messageID, LdapOperation.LdapSearch, resultType, asyncResult._requestTimeout, false, sync: true);