1 write to _nextCacheEntry
System.Windows.Forms (1)
System\Windows\Forms\Layout\LayoutUtils.MeasureTextCache.cs (1)
79
_nextCacheEntry
= (_nextCacheEntry + 1) % MaxCacheSize;
2 references to _nextCacheEntry
System.Windows.Forms (2)
System\Windows\Forms\Layout\LayoutUtils.MeasureTextCache.cs (2)
79
_nextCacheEntry = (
_nextCacheEntry
+ 1) % MaxCacheSize;
80
_sizeCacheList[
_nextCacheEntry
] = new PreferredSizeCache(proposedConstraints, prefSize);