1 write to _ages
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
67_ages = newAges;
8 references to _ages
PresentationFramework (8)
MS\Internal\Data\AccessorTable.cs (8)
63if (age >= _ages.Length) 66_ages.CopyTo(newAges, 0); 70++ _ages[age]; 148for (int i=0; i<_ages.Length; ++i) 150if (_ages[i] > 0) 152cumulativeHits += _ages[i]; 154i, _ages[i], 100*_ages[i]/_hits, 100*cumulativeHits/_hits);