1 override of InstrumentYieldReturnStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
49public override BoundStatement InstrumentYieldReturnStatement(BoundYieldReturnStatement original, BoundStatement rewritten)
2 references to InstrumentYieldReturnStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
51return Previous.InstrumentYieldReturnStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_Yield.cs (1)
34result = Instrumenter.InstrumentYieldReturnStatement(node, result);