in ProfilingAPI/ReJITEnterLeaveHooks/CorProfiler.cpp [57:66]
HRESULT STDMETHODCALLTYPE CorProfiler::Shutdown()
{
if (this->corProfilerInfo != nullptr)
{
this->corProfilerInfo->Release();
this->corProfilerInfo = nullptr;
}
return S_OK;
}