2 writes to _lastGlobalMem
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
94
_lastGlobalMem
= globalMem;
129
_lastGlobalMem
= globalMem;
2 references to _lastGlobalMem
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
92
if (
_lastGlobalMem
== 0)
98
long memDelta = globalMem -
_lastGlobalMem
;