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