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