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