1 write to LiteralAfterLoop
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
271LiteralAfterLoop = literalAfterLoop;
5 references to LiteralAfterLoop
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexCompiler.cs (3)
1246Debug.Assert(_regexTree.FindOptimizations.LiteralAfterLoop is not null); 1247(RegexNode LoopNode, (char Char, string? String, StringComparison StringComparison, char[]? Chars) Literal) target = _regexTree.FindOptimizations.LiteralAfterLoop.Value; 2689_regexTree!.FindOptimizations.LiteralAfterLoop?.LoopNode == node)
System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
819Debug.Assert(LiteralAfterLoop is not null); 820(RegexNode loopNode, (char Char, string? String, StringComparison StringComparison, char[]? Chars) literal) = LiteralAfterLoop.GetValueOrDefault();