3 references to AddLast
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\DoublyLinkedList.cs (1)
14/// <see cref="AddLast(DoublyLinkedList{T})"/> operation is made use of in the <see cref="RegexNodeConverter.ConvertToSymbolicRegexNode(RegexNode)"/> method
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (2)
216result.AddLast(childResult); 277result.AddLast(childResult);