3 writes to _currentEntry
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (3)
1820
_currentEntry
= _currentEntry._next;
1829
_currentEntry
= _buckets[_currentIdx];
1845
_currentEntry
= null;
6 references to _currentEntry
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (6)
1801
if (
_currentEntry
== null)
1806
return
_currentEntry
._value;
1818
if (
_currentEntry
!= null)
1820
_currentEntry =
_currentEntry
._next;
1823
if (
_currentEntry
== null)
1830
if (
_currentEntry
!= null)