3 instantiations of SearchRequest
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
45var searchRequest = new SearchRequest(distinguishedName, filter, SearchScope.Subtree); 106var searchRequest = new SearchRequest(distinguishedName, filter, SearchScope.Subtree);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1099SearchRequest searchRequest = new SearchRequest(baseDN, ldapSearchFilter, System.DirectoryServices.Protocols
7 references to SearchRequest
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\LdapAdapter.cs (2)
45var searchRequest = new SearchRequest(distinguishedName, filter, SearchScope.Subtree); 106var searchRequest = new SearchRequest(distinguishedName, filter, SearchScope.Subtree);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1099SearchRequest searchRequest = new SearchRequest(baseDN, ldapSearchFilter, System.DirectoryServices.Protocols
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
223else if (request is SearchRequest) 277if (partialMode != PartialResultProcessing.NoPartialResultSupport && !(request is SearchRequest)) 303else if (request is SearchRequest) 689else if (request is SearchRequest searchRequest)