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