1 override of InstrumentReturnStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
188public override BoundStatement InstrumentReturnStatement(BoundReturnStatement original, BoundStatement rewritten)
2 references to InstrumentReturnStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
190return Previous.InstrumentReturnStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_ReturnStatement.cs (1)
31rewritten = Instrumenter.InstrumentReturnStatement(node, rewritten);