1 write to _generation
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
135++_generation;
7 references to _generation
PresentationFramework (7)
MS\Internal\Data\AccessorTable.cs (7)
69int age = _generation - info.Generation; 81info.Generation = _generation; 95value.Generation = _generation; 121int age = _generation - entry.Value.Generation; 131Console.WriteLine($"After generation {_generation}, removed {originalCount - _table.Count} of {originalCount} entries from AccessorTable, new count is {_table.Count}"); 146if (_generation == 0 || _hits == 0) 153_hits, _misses, (100*_hits)/(_hits+_misses), _generation);