1 override of PreInstrumentBlock
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
84public override void PreInstrumentBlock(BoundBlock original, LocalRewriter rewriter)
3 references to PreInstrumentBlock
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
86Previous.PreInstrumentBlock(original, rewriter);
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
276Previous.PreInstrumentBlock(original, rewriter);
Lowering\LocalRewriter\LocalRewriter_Block.cs (1)
18Instrumenter.PreInstrumentBlock(node, this);