8 references to Testgroup
System (8)
regex\system\text\regularexpressions\RegexFCD.cs (2)
374
case RegexNode.
Testgroup
| BeforeChild:
395
case RegexNode.
Testgroup
| AfterChild:
regex\system\text\regularexpressions\RegexParser.cs (4)
824
NodeType = RegexNode.
Testgroup
;
1926
if (_group.Type() == RegexNode.
Testgroup
&& _group.ChildCount() == 0) {
1957
if (_group.Type() == RegexNode.
Testgroup
|| _group.Type() == RegexNode.Testref) {
2037
if (_group.Type() == RegexNode.
Testgroup
|| _group.Type() == RegexNode.Testref) {
regex\system\text\regularexpressions\RegexWriter.cs (2)
380
case RegexNode.
Testgroup
| BeforeChild:
391
case RegexNode.
Testgroup
| AfterChild: