8 references to InternalInsertNodeBefore
System (8)
compmod\system\collections\generic\linkedlist.cs (8)
78
InternalInsertNodeBefore
(node.next, result);
85
InternalInsertNodeBefore
(node.next, newNode);
92
InternalInsertNodeBefore
(node, result);
102
InternalInsertNodeBefore
(node, newNode);
115
InternalInsertNodeBefore
( head, result);
128
InternalInsertNodeBefore
( head, node);
140
InternalInsertNodeBefore
( head, result);
152
InternalInsertNodeBefore
( head, node);