1 write to TrailingAnchor
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
52
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)
53
if (
TrailingAnchor
is RegexNodeKind.End or RegexNodeKind.EndZ &&
60
FindMode =
TrailingAnchor
== RegexNodeKind.End ?
267
/// This is currently only set when <see cref="
TrailingAnchor
"/> is found to be an end anchor.