3 overrides of WithPreviousImpl
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
138
protected override CompoundInstrumenter
WithPreviousImpl
(Instrumenter previous)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
37
protected override CompoundInstrumenter
WithPreviousImpl
(Instrumenter previous)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
144
protected 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);