14 references to TryEnsureSufficientExecutionStack
System.Text.RegularExpressions.Generator (14)
RegexGenerator.Emitter.cs (2)
2794if (!StackHelper.TryEnsureSufficientExecutionStack()) 5541if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (6)
413if (!StackHelper.TryEnsureSufficientExecutionStack() || 1800if (!StackHelper.TryEnsureSufficientExecutionStack()) 1838if (!StackHelper.TryEnsureSufficientExecutionStack()) 2053if (!StackHelper.TryEnsureSufficientExecutionStack()) 2254if (!StackHelper.TryEnsureSufficientExecutionStack()) 2367if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (5)
63if (!StackHelper.TryEnsureSufficientExecutionStack() || 350if (!StackHelper.TryEnsureSufficientExecutionStack()) 588if (!StackHelper.TryEnsureSufficientExecutionStack()) 935if (!StackHelper.TryEnsureSufficientExecutionStack()) 1242if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
21if (!StackHelper.TryEnsureSufficientExecutionStack())