10 references to AddChild
System (10)
regex\system\text\regularexpressions\RegexNode.cs (1)
548result.AddChild(this);
regex\system\text\regularexpressions\RegexParser.cs (9)
1903_concatenation.AddChild(node); 1930_group.AddChild(_unit); 1958_group.AddChild(_concatenation.ReverseLeft()); 1961_alternation.AddChild(_concatenation.ReverseLeft()); 1973_concatenation.AddChild(_unit); 1981_concatenation.AddChild(_unit.MakeQuantifier(lazy, min, max)); 2038_group.AddChild(_concatenation.ReverseLeft()); 2044_alternation.AddChild(_concatenation.ReverseLeft()); 2045_group.AddChild(_alternation);