8 references to InternalInsertNodeBefore
System.Collections (8)
System\Collections\Generic\LinkedList.cs (8)
78
InternalInsertNodeBefore
(node.next!, result);
86
InternalInsertNodeBefore
(node.next!, newNode);
94
InternalInsertNodeBefore
(node, result);
106
InternalInsertNodeBefore
(node, newNode);
123
InternalInsertNodeBefore
(head, result);
139
InternalInsertNodeBefore
(head, node);
154
InternalInsertNodeBefore
(head, result);
169
InternalInsertNodeBefore
(head, node);