2 references to MaxUncheckedRecursionDepth
Microsoft.CodeAnalysis (1)
InternalUtilities\StackGuard.cs (1)
27if (recursionDepth > MaxUncheckedRecursionDepth)
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
509if (recursionDepth > StackGuard.MaxUncheckedRecursionDepth &&