9 references to Testref
System (9)
regex\system\text\regularexpressions\RegexFCD.cs (2)
369
case RegexNode.
Testref
| BeforeChild:
405
case RegexNode.
Testref
| AfterChild:
regex\system\text\regularexpressions\RegexParser.cs (5)
808
return new RegexNode(RegexNode.
Testref
, _options, capnum);
820
return new RegexNode(RegexNode.
Testref
, _options, CaptureSlotFromName(capname));
1957
if (_group.Type() == RegexNode.Testgroup || _group.Type() == RegexNode.
Testref
) {
2037
if (_group.Type() == RegexNode.Testgroup || _group.Type() == RegexNode.
Testref
) {
2040
if (_group.Type() == RegexNode.
Testref
&& _group.ChildCount() > 2 || _group.ChildCount() > 3)
regex\system\text\regularexpressions\RegexWriter.cs (2)
349
case RegexNode.
Testref
| BeforeChild:
361
case RegexNode.
Testref
| AfterChild: