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