2 writes to MaxPossibleLength
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
34
positiveLookaheadOpts.
MaxPossibleLength
= opts.MaxPossibleLength;
87
MaxPossibleLength
= maxLength;
2 references to MaxPossibleLength
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCompiler.cs (1)
728
case RegexNodeKind.End or RegexNodeKind.EndZ when _regexTree.FindOptimizations.
MaxPossibleLength
is int maxLength:
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
34
positiveLookaheadOpts.MaxPossibleLength = opts.
MaxPossibleLength
;