1 override of InstrumentThrowStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
54public override BoundStatement InstrumentThrowStatement(BoundThrowStatement original, BoundStatement rewritten)
2 references to InstrumentThrowStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
56return Previous.InstrumentThrowStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_ThrowStatement.cs (1)
14result = Instrumenter.InstrumentThrowStatement(node, result);