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