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