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)
93if (_lastGlobalMem == 0) 99float memDelta = (float)(globalMem - _lastGlobalMem) / (float)_lastGlobalMem;