5 references to StackOverflowProbing
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
1039
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 (1)
Emit\RuntimeProbing\StackOverflowProbingTests.cs (1)
22
private static readonly EmitOptions s_emitOptions = EmitOptions.Default.WithInstrumentationKinds([InstrumentationKind.
StackOverflowProbing
]);
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\AbstractSemanticSearchService.cs (1)
88
instrumentationKinds: [InstrumentationKind.
StackOverflowProbing
, InstrumentationKind.ModuleCancellation]);