6 references to TryEnsureSufficientExecutionStack
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\StackGuard.cs (1)
29if (RuntimeHelpers.TryEnsureSufficientExecutionStack())
System.Linq.Expressions (1)
System\Linq\Expressions\StackGuard.cs (1)
18if (RuntimeHelpers.TryEnsureSufficientExecutionStack())
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
3444RuntimeHelpers.TryEnsureSufficientExecutionStack(); 7352if (RuntimeHelpers.TryEnsureSufficientExecutionStack())
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
179!RuntimeHelpers.TryEnsureSufficientExecutionStack())
System.Text.RegularExpressions (1)
System\Threading\StackHelper.cs (1)
16return RuntimeHelpers.TryEnsureSufficientExecutionStack();