15 references to StackHelper
System.Text.RegularExpressions.Generator (15)
RegexGenerator.Emitter.cs (3)
2794if (!StackHelper.TryEnsureSufficientExecutionStack()) 2796StackHelper.CallOnEmptyStack(EmitNode, node, subsequent, emitLengthChecksIfRequired); 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())