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