1 override of InstrumentNoOpStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
39
public override BoundStatement
InstrumentNoOpStatement
(BoundNoOpStatement original, BoundStatement rewritten)
2 references to InstrumentNoOpStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
41
return Previous.
InstrumentNoOpStatement
(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_Block.cs (1)
131
: Instrumenter.
InstrumentNoOpStatement
(node, node);