10 references to ChildCount
System (10)
regex\system\text\regularexpressions\RegexFCD.cs (4)
73if (curNode.ChildCount() > 0) { 117if (concatNode == null || nextChild >= concatNode.ChildCount()) 139if (curNode.ChildCount() > 0) { 170if (concatNode == null || nextChild >= concatNode.ChildCount())
regex\system\text\regularexpressions\RegexNode.cs (2)
230switch (ChildCount()) { 276if (u.ChildCount() == 0)
regex\system\text\regularexpressions\RegexParser.cs (3)
1926if (_group.Type() == RegexNode.Testgroup && _group.ChildCount() == 0) { 2040if (_group.Type() == RegexNode.Testref && _group.ChildCount() > 2 || _group.ChildCount() > 3)
regex\system\text\regularexpressions\RegexReplacement.cs (1)
41for (int i = 0; i < concat.ChildCount(); i++) {