2 writes to _lastGlobalMem
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (2)
96
_lastGlobalMem
= globalMem;
131
_lastGlobalMem
= globalMem;
3 references to _lastGlobalMem
PresentationFramework (3)
MS\Internal\WeakHashtable.cs (3)
94
if (
_lastGlobalMem
== 0)
100
float memDelta = (float)(globalMem -
_lastGlobalMem
) / (float)
_lastGlobalMem
;