1 write to Root
System.Text.RegularExpressions.Generator (1)
parent\src\System\Text\RegularExpressions\RegexTree.cs (1)
73Root = root;
7 references to Root
System.Text.RegularExpressions.Generator (7)
parent\src\System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
16results._complete = TryAnalyze(regexTree.Root, results, isAtomicByAncestor: true, isInLoop: false);
RegexGenerator.cs (1)
347RegexNode node = method.Tree.Root;
RegexGenerator.Emitter.cs (5)
97DescribeExpressionAsXmlComment(writer, regexMethod.Tree.Root.Child(0), regexMethod); // skip implicit root capture 756RegexNode root = rm.Tree.Root.Child(0); 960if (RegexPrefixAnalyzer.FindTrailingAnchor(regexTree.Root) == RegexNodeKind.End && 961regexTree.Root.ComputeMaxLength() == regexTree.FindOptimizations.MinRequiredLength) 1624RegexNode node = regexTree.Root;