3 references to StackOverflowProbing
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
1091
instrumentation.Kinds.Contains(InstrumentationKind.
StackOverflowProbing
) ||
Lowering\Instrumentation\StackOverflowProbingInstrumenter.cs (1)
13
/// Implements instrumentation for <see cref="CodeAnalysis.Emit.InstrumentationKind.
StackOverflowProbing
"/>.
Lowering\LocalRewriter\LocalRewriter.cs (1)
128
if (instrumentation.Kinds.Contains(InstrumentationKind.
StackOverflowProbing
) &&