2 references to SubsumptionCheckDepthLimit
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
601/// result in deep recursions. Rule application depth is limited by <see cref="SubsumptionCheckDepthLimit"/> to 622if (depth >= SubsumptionCheckDepthLimit)