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)
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();
System.Text.Json (1)
System\Text\Json\ThrowHelper.cs (1)
762throw new InsufficientExecutionStackException(SR.JsonElementDeepEqualsInsufficientExecutionStack);
22 references to InsufficientExecutionStackException
ILLink.RoslynAnalyzer (1)
DataFlow\StackGuard.cs (1)
20 /// <exception cref="InsufficientExecutionStackException">
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2739catch (Exception ex) when (ex is InsufficientExecutionStackException)
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)
1166catch (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)
115catch (InsufficientExecutionStackException)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
153catch (InsufficientExecutionStackException)
EmbeddedLanguages\StackFrame\StackFrameParser.cs (1)
56catch (InsufficientExecutionStackException)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
72catch (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))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
277[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InsufficientExecutionStackException))]