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