13 references to Concatenate
System (13)
regex\system\text\regularexpressions\RegexFCD.cs (4)
72case RegexNode.Concatenate: 138case RegexNode.Concatenate: 367case RegexNode.Concatenate | BeforeChild: 383case RegexNode.Concatenate | AfterChild:
regex\system\text\regularexpressions\RegexNode.cs (3)
165if (UseOptionR() && _type == Concatenate && _children != null) { 193case Concatenate: 475if (at._type == RegexNode.Concatenate &&
regex\system\text\regularexpressions\RegexParser.cs (3)
447_concatenation = new RegexNode(RegexNode.Concatenate, _options); 1948_concatenation = new RegexNode(RegexNode.Concatenate, _options); 1964_concatenation = new RegexNode(RegexNode.Concatenate, _options);
regex\system\text\regularexpressions\RegexReplacement.cs (1)
34if (concat.Type() != RegexNode.Concatenate)
regex\system\text\regularexpressions\RegexWriter.cs (2)
320case RegexNode.Concatenate | BeforeChild: 321case RegexNode.Concatenate | AfterChild: