2 writes to _lastHashCount
PresentationFramework (2)
src\Framework\MS\Internal\WeakHashtable.cs (2)
93_lastHashCount = hashCount; 137_lastHashCount = hashCount;
3 references to _lastHashCount
PresentationFramework (3)
src\Framework\MS\Internal\WeakHashtable.cs (3)
91if (_lastHashCount == 0) 106float hashDelta = (float)(hashCount - _lastHashCount) / (float)_lastHashCount;