3 writes to _potentiallyDeadEntryCount
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
2096
++
_potentiallyDeadEntryCount
;
2117
++
_potentiallyDeadEntryCount
;
2143
_potentiallyDeadEntryCount
= 0;
2 references to _potentiallyDeadEntryCount
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
2127
if (
_potentiallyDeadEntryCount
> 25)
2142
List<object> deadKeys = new(Math.Min(
_potentiallyDeadEntryCount
, _entries.Count));