17 references to TryEnsureSufficientExecutionStack
System.Text.RegularExpressions.Generator (17)
RegexGenerator.Emitter.cs (2)
2902if (!StackHelper.TryEnsureSufficientExecutionStack()) 5741if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (8)
453if (!StackHelper.TryEnsureSufficientExecutionStack() || 1932if (!StackHelper.TryEnsureSufficientExecutionStack()) 1964if (!StackHelper.TryEnsureSufficientExecutionStack() || 2122if (StackHelper.TryEnsureSufficientExecutionStack()) 2189if (!StackHelper.TryEnsureSufficientExecutionStack()) 2267if (!StackHelper.TryEnsureSufficientExecutionStack()) 2580if (!StackHelper.TryEnsureSufficientExecutionStack()) 2693if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (6)
63if (!StackHelper.TryEnsureSufficientExecutionStack() || 350if (!StackHelper.TryEnsureSufficientExecutionStack()) 588if (!StackHelper.TryEnsureSufficientExecutionStack()) 944if (!StackHelper.TryEnsureSufficientExecutionStack()) 1265if (!StackHelper.TryEnsureSufficientExecutionStack()) 1340if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
21if (!StackHelper.TryEnsureSufficientExecutionStack())