This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Description
ExtendedWeakReference data is loaded from flash on initial time(CLR_RT_Persistence_Manager::Initialize()) whether we use ExtendedWeakReference or not, and marked as WR_Restored.
On CLR_RT_GarbageCollector::CheckMemoryPressure(), if memory is pressured, it deletes all WR_Restored objects.
So finally ExtendedWeakReference data is deleted after calling GC.
Is it intended operation?