2 instantiations of LocalStateTracingInstrumenter
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (2)
145=> new LocalStateTracingInstrumenter( 182instrumenter = new LocalStateTracingInstrumenter(scope, contextType, factory, diagnostics, previous);
3 references to LocalStateTracingInstrumenter
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
158[NotNullWhen(true)] out LocalStateTracingInstrumenter? instrumenter)
Lowering\LocalRewriter\LocalRewriter.cs (2)
114LocalStateTracingInstrumenter.TryCreate(method, statement, factory, diagnostics, instrumenter, out var localStateTracingInstrumenter))