5 writes to _permanentCount
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (5)
39
_permanentCount
= 0;
105
_permanentCount
++;
119
_permanentCount
++;
123
_permanentCount
--;
155
_permanentCount
--;
1 reference to _permanentCount
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (1)
237
return (_nodeLookup.Count -
_permanentCount
) >= _maximumItems;