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