10 references to AddChild
System (10)
regex\system\text\regularexpressions\RegexNode.cs (1)
548
result.
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);