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