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