3 references to recurse
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\InstrumentationState.cs (3)
24
Instrumenter =
recurse
(Instrumenter);
29
CodeCoverageInstrumenter { Previous: var previous } =>
recurse
(previous),
30
CompoundInstrumenter compound => compound.WithPrevious(
recurse
(compound.Previous)),