1 write to TrailingAnchor
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
82
TrailingAnchor
= RegexPrefixAnalyzer.FindTrailingAnchor(root);
4 references to TrailingAnchor
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCompiler.cs (1)
726
switch (_regexTree.FindOptimizations.
TrailingAnchor
)
System\Text\RegularExpressions\RegexFindOptimizations.cs (3)
83
if (
TrailingAnchor
is RegexNodeKind.End or RegexNodeKind.EndZ &&
90
FindMode =
TrailingAnchor
== RegexNodeKind.End ?
297
/// This is currently only set when <see cref="
TrailingAnchor
"/> is found to be an end anchor.