2 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);
6 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.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
226else if (request is SearchRequest) 280if (partialMode != PartialResultProcessing.NoPartialResultSupport && !(request is SearchRequest)) 306else if (request is SearchRequest) 695else if (request is SearchRequest searchRequest)