2 references to ExceedsMaxDepthAllowedDepth
System.Text.RegularExpressions.Generator (2)
parent\src\System\Text\RegularExpressions\RegexNode.cs (2)
3412
if (
ExceedsMaxDepthAllowedDepth
(this, allowedDepth: 40))
3438
if (
ExceedsMaxDepthAllowedDepth
(node.Child(i), allowedDepth - 1))