9 references to ComputeMaxLength
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\RegexCompiler.cs (1)
514_regexTree.Root.ComputeMaxLength() == _regexTree.FindOptimizations.MinRequiredLength)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
84root.ComputeMaxLength() is int maxLength)
System\Text\RegularExpressions\RegexNode.cs (7)
2838if (Child(0).ComputeMaxLength() is int childMaxLength) 2854if (Child(0).ComputeMaxLength() is not int maxLength) 2861if (Child(i).ComputeMaxLength() is not int next) 2877return Child(i).ComputeMaxLength() is int yes && Child(i + 1).ComputeMaxLength() is int no ? 2889if (Child(i).ComputeMaxLength() is not int length) 2908return Child(0).ComputeMaxLength();