3 writes to _currentEntry
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (3)
1848
_currentEntry
= _currentEntry._next;
1857
_currentEntry
= _buckets[_currentIdx];
1873
_currentEntry
= null;
6 references to _currentEntry
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (6)
1829
if (
_currentEntry
== null)
1834
return
_currentEntry
._value;
1846
if (
_currentEntry
!= null)
1848
_currentEntry =
_currentEntry
._next;
1851
if (
_currentEntry
== null)
1858
if (
_currentEntry
!= null)