5 writes to _permanentCount
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (5)
40
_permanentCount
= 0;
106
_permanentCount
++;
120
_permanentCount
++;
124
_permanentCount
--;
156
_permanentCount
--;
1 reference to _permanentCount
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (1)
238
return (_nodeLookup.Count -
_permanentCount
) >= _maximumItems;