2 writes to MaxPossibleLength
System.Text.RegularExpressions.Generator (2)
parent\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
34positiveLookaheadOpts.MaxPossibleLength = opts.MaxPossibleLength; 87MaxPossibleLength = maxLength;
3 references to MaxPossibleLength
System.Text.RegularExpressions.Generator (3)
parent\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
34positiveLookaheadOpts.MaxPossibleLength = opts.MaxPossibleLength;
RegexGenerator.Emitter.cs (2)
1118case RegexNodeKind.End when regexTree.FindOptimizations.MaxPossibleLength is int maxLength: 1127case RegexNodeKind.EndZ when regexTree.FindOptimizations.MaxPossibleLength is int maxLength: