3 writes to _potentiallyDeadEntryCount
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
2076
++
_potentiallyDeadEntryCount
;
2097
++
_potentiallyDeadEntryCount
;
2123
_potentiallyDeadEntryCount
= 0;
2 references to _potentiallyDeadEntryCount
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
2107
if (
_potentiallyDeadEntryCount
> 25)
2122
List<object> deadKeys = new(Math.Min(
_potentiallyDeadEntryCount
, _entries.Count));