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);