15 references to TryEnsureSufficientExecutionStack
System.Text.RegularExpressions.Generator (15)
RegexGenerator.Emitter.cs (2)
2794if (!StackHelper.TryEnsureSufficientExecutionStack()) 5543if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (6)
413if (!StackHelper.TryEnsureSufficientExecutionStack() || 1804if (!StackHelper.TryEnsureSufficientExecutionStack()) 1842if (!StackHelper.TryEnsureSufficientExecutionStack()) 2057if (!StackHelper.TryEnsureSufficientExecutionStack()) 2258if (!StackHelper.TryEnsureSufficientExecutionStack()) 2371if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (6)
63if (!StackHelper.TryEnsureSufficientExecutionStack() || 350if (!StackHelper.TryEnsureSufficientExecutionStack()) 588if (!StackHelper.TryEnsureSufficientExecutionStack()) 935if (!StackHelper.TryEnsureSufficientExecutionStack()) 1241if (!StackHelper.TryEnsureSufficientExecutionStack()) 1316if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
21if (!StackHelper.TryEnsureSufficientExecutionStack())