13 references to RegexNode
System (13)
regex\system\text\regularexpressions\RegexNode.cs (5)
232
return new
RegexNode
(emptyType, _options);
302
return min == Int32.MaxValue ? new
RegexNode
(Nothing, _options) : u;
359
return new
RegexNode
(RegexNode.Nothing, _options);
461
return new
RegexNode
(RegexNode.Empty, _options);
533
return new
RegexNode
(RegexNode.Empty, _options);
regex\system\text\regularexpressions\RegexParser.cs (8)
447
_concatenation = new
RegexNode
(RegexNode.Concatenate, _options);
657
return new
RegexNode
(RegexNode.Group, _options);
863
return new
RegexNode
(NodeType, _options);
935
return new
RegexNode
(TypeFromCode(ch), _options);
1947
_alternation = new
RegexNode
(RegexNode.Alternate, _options);
1948
_concatenation = new
RegexNode
(RegexNode.Concatenate, _options);
1964
_concatenation = new
RegexNode
(RegexNode.Concatenate, _options);
2030
_unit = new
RegexNode
(type, _options);