5 references to StackOverflowProbing
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
1043
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)
127
if (instrumentation.Kinds.Contains(InstrumentationKind.
StackOverflowProbing
) &&
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\LocalStateTracing\LocalStateTracingTests.cs (1)
235
InstrumentationKind.
StackOverflowProbing
),
Emit\RuntimeProbing\StackOverflowProbingTests.cs (1)
22
private static readonly EmitOptions s_emitOptions = EmitOptions.Default.WithInstrumentationKinds([InstrumentationKind.
StackOverflowProbing
]);