8 references to ComputeMaxLength
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
84
root.
ComputeMaxLength
() is int maxLength)
System\Text\RegularExpressions\RegexNode.cs (7)
2399
if (Child(0).
ComputeMaxLength
() is int childMaxLength)
2415
if (Child(0).
ComputeMaxLength
() is not int maxLength)
2422
if (Child(i).
ComputeMaxLength
() is not int next)
2438
return Child(i).
ComputeMaxLength
() is int yes && Child(i + 1).
ComputeMaxLength
() is int no ?
2450
if (Child(i).
ComputeMaxLength
() is not int length)
2469
return Child(0).
ComputeMaxLength
();