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