1 write to _ages
PresentationFramework (1)
MS\Internal\Data\AccessorTable.cs (1)
75_ages = newAges;
8 references to _ages
PresentationFramework (8)
MS\Internal\Data\AccessorTable.cs (8)
71if (age >= _ages.Length) 74_ages.CopyTo(newAges, 0); 78++ _ages[age]; 156for (int i=0; i<_ages.Length; ++i) 158if (_ages[i] > 0) 160cumulativeHits += _ages[i]; 162i, _ages[i], 100*_ages[i]/_hits, 100*cumulativeHits/_hits);