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