7 writes to m_Next
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\Collection.vb (7)
168
node.
m_Next
= Nothing
189
node.
m_Next
= Nothing
362
m_EndOfList.
m_Next
= Node
493
Node.
m_Next
= CurrentNode
502
PrevNode.
m_Next
= Node
528
PrevNode.
m_Next
= NodeToBeDeleted.m_Next
689
node.
m_Next
= Nothing
12 references to m_Next
Microsoft.VisualBasic.Core (12)
Microsoft\VisualBasic\Collection.vb (9)
378
currentNode = currentNode.
m_Next
398
currentNode = currentNode.
m_Next
457
Insert(Node, NodeToInsertAfter, NodeToInsertAfter.
m_Next
)
484
currentNode = currentNode.
m_Next
506
If Node.
m_Next
Is Nothing Then
520
m_StartOfList = m_StartOfList.
m_Next
528
PrevNode.m_Next = NodeToBeDeleted.
m_Next
529
If PrevNode.
m_Next
Is Nothing Then
532
PrevNode.
m_Next
.m_Prev = PrevNode
Microsoft\VisualBasic\Helpers\ForEachEnum.vb (3)
77
mNext = mCurrent.
m_Next
137
If mCurrent IsNot Nothing AndAlso Node Is mCurrent.
m_Next
Then
154
mNext = mNext.
m_Next