13 references to Type
System (13)
regex\system\text\regularexpressions\RegexNode.cs (5)
188switch (Type()) { 250for (u = this; u.Type() == Group; ) 271type = Type(); 282if (child.Type() != type) { 283int childType = child.Type();
regex\system\text\regularexpressions\RegexParser.cs (6)
1926if (_group.Type() == RegexNode.Testgroup && _group.ChildCount() == 0) { 1957if (_group.Type() == RegexNode.Testgroup || _group.Type() == RegexNode.Testref) { 2037if (_group.Type() == RegexNode.Testgroup || _group.Type() == RegexNode.Testref) { 2040if (_group.Type() == RegexNode.Testref && _group.ChildCount() > 2 || _group.ChildCount() > 3)
regex\system\text\regularexpressions\RegexReplacement.cs (2)
34if (concat.Type() != RegexNode.Concatenate) 44switch (child.Type()) {