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