5 references to StackOverflowProbing
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
1043instrumentation.Kinds.Contains(InstrumentationKind.StackOverflowProbing) ||
Lowering\Instrumentation\StackOverflowProbingInstrumenter.cs (1)
13/// Implements instrumentation for <see cref="CodeAnalysis.Emit.InstrumentationKind.StackOverflowProbing"/>.
Lowering\LocalRewriter\LocalRewriter.cs (1)
127if (instrumentation.Kinds.Contains(InstrumentationKind.StackOverflowProbing) &&
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\LocalStateTracing\LocalStateTracingTests.cs (1)
235InstrumentationKind.StackOverflowProbing),
Emit\RuntimeProbing\StackOverflowProbingTests.cs (1)
22private static readonly EmitOptions s_emitOptions = EmitOptions.Default.WithInstrumentationKinds([InstrumentationKind.StackOverflowProbing]);