6 instantiations of InsufficientExecutionStackException
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
514throw new InsufficientExecutionStackException();
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
SemanticSearch\CSharpSemanticSearchServiceTests.cs (1)
333var 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();
System.Text.Json (1)
System\Text\Json\ThrowHelper.cs (1)
762throw new InsufficientExecutionStackException(SR.JsonElementDeepEqualsInsufficientExecutionStack);
34 references to InsufficientExecutionStackException
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
ILLink.RoslynAnalyzer (1)
DataFlow\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Metrics (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Metrics.Legacy (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2738catch (Exception ex) when (ex is InsufficientExecutionStackException)
InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundTreeVisitors.cs (1)
245catch (InsufficientExecutionStackException ex)
CodeGen\EmitExpression.cs (1)
86catch (InsufficientExecutionStackException)
CodeGen\EmitStatement.cs (1)
385catch (InsufficientExecutionStackException)
CodeGen\Optimizer.cs (1)
528catch (InsufficientExecutionStackException ex)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
285catch (InsufficientExecutionStackException ex)
Lowering\LocalRewriter\LocalRewriter.cs (1)
1185catch (InsufficientExecutionStackException)
Parser\LanguageParser.cs (1)
217catch (InsufficientExecutionStackException)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenOperators.cs (1)
5701catch (System.InsufficientExecutionStackException)
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\JsonParser.cs (1)
114catch (InsufficientExecutionStackException)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
153catch (InsufficientExecutionStackException)
EmbeddedLanguages\StackFrame\StackFrameParser.cs (1)
56catch (InsufficientExecutionStackException)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
71catch (InsufficientExecutionStackException)
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
317Catch ex As InsufficientExecutionStackException
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
299[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientExecutionStackException))]
netstandard (1)
netstandard.cs (1)
875[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientExecutionStackException))]
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
278[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientExecutionStackException))]
Test.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">
Text.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\StackGuard.cs (1)
20/// <exception cref="InsufficientExecutionStackException">