3 writes to mCurrent
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\Helpers\ForEachEnum.vb (3)
46
mCurrent
= Nothing
75
mCurrent
= mNext
92
mCurrent
= Nothing
8 references to mCurrent
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\Helpers\ForEachEnum.vb (8)
76
If
mCurrent
IsNot Nothing Then
77
mNext =
mCurrent
.m_Next
99
If
mCurrent
Is Nothing Then
102
Return
mCurrent
.m_Value
130
Debug.Assert(Node IsNot
mCurrent
, "If we just inserted Node, then it couldn't be the current node because it's not in the list yet")
137
If
mCurrent
IsNot Nothing AndAlso Node Is
mCurrent
.m_Next Then
148
If Node Is
mCurrent
Then