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