1 write to _generation
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
126++_generation;
7 references to _generation
PresentationFramework (7)
MS\Internal\Data\AccessorTable.cs (7)
60int age = _generation - info.Generation; 72info.Generation = _generation; 86value.Generation = _generation; 112int age = _generation - entry.Value.Generation; 122Console.WriteLine($"After generation {_generation}, removed {originalCount - _table.Count} of {originalCount} entries from AccessorTable, new count is {_table.Count}"); 137if (_generation == 0 || _hits == 0) 144_hits, _misses, (100*_hits)/(_hits+_misses), _generation);