2 instantiations of CompareResponse
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1451response = new CompareResponse(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral); 1892response = new CompareResponse(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);