2 references to Node
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\DoublyLinkedList.cs (2)
98_last = _last.Next = new Node(elem, _last, null); 116_first.Prev = new(elem, null, _first);