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)
461while (_currentIndex < _maxIndexInclusive) 464if (c.TryGetEntry(_currentIndex, out TKey? key, out TValue? value)) 482if (_currentIndex < 0)