4 references to LocalStateTracing
Microsoft.CodeAnalysis (3)
Emit\EmitOptions.cs (2)
119/// Test only - allows us to test <see cref="InstrumentationKindExtensions.LocalStateTracing"/>. 341if (instrumentationKind == InstrumentationKindExtensions.LocalStateTracing && _testOnly_AllowLocalStateTracing)
SynthesizedLocalKind.cs (1)
217/// Variable that stores the context object used to track local variable and parameter stores in method bodies instrumented with <see cref="InstrumentationKindExtensions.LocalStateTracing"/>.
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
18/// Implements instrumentation for <see cref="CodeAnalysis.Emit.InstrumentationKindExtensions.LocalStateTracing"/>.