2 writes to _lastGlobalMem
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
93
_lastGlobalMem
= globalMem;
128
_lastGlobalMem
= globalMem;
2 references to _lastGlobalMem
PresentationFramework (2)
MS\Internal\WeakObjectHashtable.cs (2)
91
if (
_lastGlobalMem
== 0)
97
long memDelta = globalMem -
_lastGlobalMem
;