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