1 write to TrailingAnchor
System.Text.RegularExpressions.Generator (1)
parent\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
82
TrailingAnchor
= RegexPrefixAnalyzer.FindTrailingAnchor(root);
4 references to TrailingAnchor
System.Text.RegularExpressions.Generator (4)
parent\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
83
if (
TrailingAnchor
is RegexNodeKind.End or RegexNodeKind.EndZ &&
90
FindMode =
TrailingAnchor
== RegexNodeKind.End ?
RegexGenerator.Emitter.cs (2)
813
rm.Tree.FindOptimizations.
TrailingAnchor
!= RegexNodeKind.Unknown;
1116
switch (regexTree.FindOptimizations.
TrailingAnchor
)