3 overrides of WithPreviousImpl
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
138protected override CompoundInstrumenter WithPreviousImpl(Instrumenter previous)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
37protected override CompoundInstrumenter WithPreviousImpl(Instrumenter previous)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
144protected override CompoundInstrumenter WithPreviousImpl(Instrumenter previous)
1 reference to WithPreviousImpl
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
35=> ReferenceEquals(previous, Previous) ? this : WithPreviousImpl(previous);