1 write to _generation
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
127++_generation;
7 references to _generation
PresentationFramework (7)
MS\Internal\Data\AccessorTable.cs (7)
61int age = _generation - info.Generation; 73info.Generation = _generation; 87value.Generation = _generation; 113int age = _generation - entry.Value.Generation; 123Console.WriteLine($"After generation {_generation}, removed {originalCount - _table.Count} of {originalCount} entries from AccessorTable, new count is {_table.Count}"); 138if (_generation == 0 || _hits == 0) 145_hits, _misses, (100*_hits)/(_hits+_misses), _generation);