5 references to ReplaceChild
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexNode.cs (5)
458node.ReplaceChild(node.ChildCount() - 1, atomic); 745atomic.ReplaceChild(0, child); 1159alternation.ReplaceChild(startingIndex, newConcat); 1361alternation.ReplaceChild(startingIndex, newConcat); 2032ReplaceChild(0, condition.Child(0));