60 references to StackHelper
System.Text.RegularExpressions (60)
System\Text\RegularExpressions\RegexCompiler.cs (2)
2950if (!StackHelper.TryEnsureSufficientExecutionStack()) 2952StackHelper.CallOnEmptyStack(EmitNode, node, subsequent, emitLengthChecksIfRequired);
System\Text\RegularExpressions\RegexNode.cs (11)
473if (!StackHelper.TryEnsureSufficientExecutionStack()) 500if (!StackHelper.TryEnsureSufficientExecutionStack() || 2052if (!StackHelper.TryEnsureSufficientExecutionStack()) 2084if (!StackHelper.TryEnsureSufficientExecutionStack() || 2252if (StackHelper.TryEnsureSufficientExecutionStack()) 2319if (!StackHelper.TryEnsureSufficientExecutionStack()) 2455if (!StackHelper.TryEnsureSufficientExecutionStack()) 2754if (!StackHelper.TryEnsureSufficientExecutionStack()) 2835if (!StackHelper.TryEnsureSufficientExecutionStack()) 2948if (!StackHelper.TryEnsureSufficientExecutionStack()) 3174if (!StackHelper.TryEnsureSufficientExecutionStack() ||
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (6)
63if (!StackHelper.TryEnsureSufficientExecutionStack() || 350if (!StackHelper.TryEnsureSufficientExecutionStack()) 588if (!StackHelper.TryEnsureSufficientExecutionStack()) 944if (!StackHelper.TryEnsureSufficientExecutionStack()) 1265if (!StackHelper.TryEnsureSufficientExecutionStack()) 1340if (!StackHelper.TryEnsureSufficientExecutionStack())
System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
21if (!StackHelper.TryEnsureSufficientExecutionStack())
System\Text\RegularExpressions\Symbolic\MintermGenerator.cs (2)
57if (!StackHelper.TryEnsureSufficientExecutionStack()) 59StackHelper.CallOnEmptyStack(Refine, solver, other);
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (2)
329if (!StackHelper.TryEnsureSufficientExecutionStack()) 331return StackHelper.CallOnEmptyStack(CreateBDDFromSetString, set);
System\Text\RegularExpressions\Symbolic\SymbolicRegexBuilder.cs (2)
277if (!StackHelper.TryEnsureSufficientExecutionStack()) 279return StackHelper.CallOnEmptyStack(Transform, node, builder, setTransformer);
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (34)
103if (!StackHelper.TryEnsureSufficientExecutionStack()) 105return StackHelper.CallOnEmptyStack(IsHighPriorityNullableFor, node, context); 194if (!StackHelper.TryEnsureSufficientExecutionStack()) 196StackHelper.CallOnEmptyStack(AppendToList, concat, list, listKind); 239if (!StackHelper.TryEnsureSufficientExecutionStack()) 241return StackHelper.CallOnEmptyStack(IsNullableFor, context); 630if (!StackHelper.TryEnsureSufficientExecutionStack()) 632return StackHelper.CallOnEmptyStack(Subsumes, builder, other, depth); 884if (!StackHelper.TryEnsureSufficientExecutionStack()) 982if (!StackHelper.TryEnsureSufficientExecutionStack()) 1095if (!StackHelper.TryEnsureSufficientExecutionStack()) 1097return StackHelper.CallOnEmptyStack(PruneLowerPriorityThanNullability, builder, context); 1252if (!StackHelper.TryEnsureSufficientExecutionStack()) 1254return StackHelper.CallOnEmptyStack(CreateDerivative, builder, elem, context); 1366if (!StackHelper.TryEnsureSufficientExecutionStack()) 1368return StackHelper.CallOnEmptyStack(StripEffects, builder); 1452if (!StackHelper.TryEnsureSufficientExecutionStack()) 1454StackHelper.CallOnEmptyStack(StripAndMapEffects, builder, context, alternativesAndEffects, currentEffects); 1555if (!StackHelper.TryEnsureSufficientExecutionStack()) 1557StackHelper.CallOnEmptyStack(ApplyEffects, apply, context, arg); 1621if (!StackHelper.TryEnsureSufficientExecutionStack()) 1623StackHelper.CallOnEmptyStack(ToStringHelper, sb); 1852if (!StackHelper.TryEnsureSufficientExecutionStack()) 1854StackHelper.CallOnEmptyStack(CollectSets, builder, sets); 1928if (!StackHelper.TryEnsureSufficientExecutionStack()) 1930return StackHelper.CallOnEmptyStack(Reverse, builder); 2002if (!StackHelper.TryEnsureSufficientExecutionStack()) 2004return StackHelper.CallOnEmptyStack(StartsWithLoop, upperBoundLowestValue); 2104if (!StackHelper.TryEnsureSufficientExecutionStack()) 2106return StackHelper.CallOnEmptyStack(PruneAnchorsImpl, builder, prevKind, contWithWL, contWithNWL); 2202if (!StackHelper.TryEnsureSufficientExecutionStack()) 2204return StackHelper.CallOnEmptyStack(ResolveFixedLength, context); 2297if (!StackHelper.TryEnsureSufficientExecutionStack()) 2299return StackHelper.CallOnEmptyStack(CountSingletons);