2 references to SymbolicRegexThresholds
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
368(checkThreshold && _builder._nodeCache.Count >= SymbolicRegexThresholds.NfaNodeCountThreshold)) // if # of nodes exceeds the NFA threshold
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (1)
26int threshold = SymbolicRegexThresholds.GetSymbolicRegexSafeSizeThreshold();