2 references to FindTrailingAnchor
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (1)
959
if (RegexPrefixAnalyzer.
FindTrailingAnchor
(regexTree.Root) == RegexNodeKind.End &&
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
82
TrailingAnchor = RegexPrefixAnalyzer.
FindTrailingAnchor
(root);