5 references to InsufficientExecutionStackException
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
514throw new InsufficientExecutionStackException();
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
SemanticSearch\CSharpSemanticSearchServiceTests.cs (1)
360var expectedMessage = new InsufficientExecutionStackException().Message;
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\StackGuard.cs (1)
40throw new InsufficientExecutionStackException();
System.Linq.Expressions (1)
System\Linq\Expressions\StackGuard.cs (1)
28throw new InsufficientExecutionStackException();
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
320throw new InsufficientExecutionStackException();