17 references to TryEnsureSufficientExecutionStack
System.Text.RegularExpressions.Generator (17)
RegexGenerator.Emitter.cs (2)
2922if (!StackHelper.TryEnsureSufficientExecutionStack()) 5762if (!StackHelper.TryEnsureSufficientExecutionStack())
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (8)
453if (!StackHelper.TryEnsureSufficientExecutionStack() || 1923if (!StackHelper.TryEnsureSufficientExecutionStack()) 1955if (!StackHelper.TryEnsureSufficientExecutionStack() || 2117if (StackHelper.TryEnsureSufficientExecutionStack()) 2184if (!StackHelper.TryEnsureSufficientExecutionStack()) 2262if (!StackHelper.TryEnsureSufficientExecutionStack()) 2575if (!StackHelper.TryEnsureSufficientExecutionStack()) 2688if (!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())