17 references to TryEnsureSufficientExecutionStack
System.Text.RegularExpressions.Generator (17)
RegexGenerator.Emitter.cs (2)
2870if (!StackHelper.TryEnsureSufficientExecutionStack()) 5710if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (8)
453if (!StackHelper.TryEnsureSufficientExecutionStack() || 1993if (!StackHelper.TryEnsureSufficientExecutionStack()) 2025if (!StackHelper.TryEnsureSufficientExecutionStack() || 2187if (StackHelper.TryEnsureSufficientExecutionStack()) 2254if (!StackHelper.TryEnsureSufficientExecutionStack()) 2332if (!StackHelper.TryEnsureSufficientExecutionStack()) 2645if (!StackHelper.TryEnsureSufficientExecutionStack()) 2758if (!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())