2 references to FindTrailingAnchor
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCompiler.cs (1)
512
if (RegexPrefixAnalyzer.
FindTrailingAnchor
(_regexTree.Root) == RegexNodeKind.End &&
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
82
TrailingAnchor = RegexPrefixAnalyzer.
FindTrailingAnchor
(root);