3 writes to mCurrent
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\Helpers\ForEachEnum.vb (3)
46mCurrent = Nothing 75mCurrent = mNext 92mCurrent = Nothing
8 references to mCurrent
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\Helpers\ForEachEnum.vb (8)
76If mCurrent IsNot Nothing Then 77mNext = mCurrent.m_Next 99If mCurrent Is Nothing Then 102Return mCurrent.m_Value 130Debug.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") 137If mCurrent IsNot Nothing AndAlso Node Is mCurrent.m_Next Then 148If Node Is mCurrent Then