2 writes to _currentIdx
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
1827while (++_currentIdx != _buckets.Length) 1844_currentIdx = -1;
1 reference to _currentIdx
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
1829_currentEntry = _buckets[_currentIdx];