2 writes to _lastGlobalMem
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (2)
95
_lastGlobalMem
= globalMem;
130
_lastGlobalMem
= globalMem;
3 references to _lastGlobalMem
PresentationFramework (3)
MS\Internal\WeakHashtable.cs (3)
93
if (
_lastGlobalMem
== 0)
99
float memDelta = (float)(globalMem -
_lastGlobalMem
) / (float)
_lastGlobalMem
;