2 writes to _currentIndex
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (2)
411
_currentIndex
= -1;
463
_currentIndex
++;
3 references to _currentIndex
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (3)
461
while (
_currentIndex
< _maxIndexInclusive)
464
if (c.TryGetEntry(
_currentIndex
, out TKey? key, out TValue? value))
482
if (
_currentIndex
< 0)