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