6 references to LdapSearch
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
213LdapOperation operation = LdapOperation.LdapSearch; 228operation = LdapOperation.LdapSearch; 293LdapOperation operation = LdapOperation.LdapSearch; 308operation = LdapOperation.LdapSearch; 1894else 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);