2 references to SearchResponse
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1489response = new SearchResponse(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral); 1896response = new SearchResponse(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);