1 override of InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
134public override BoundStatement InstrumentIfStatementConditionalGoto(BoundIfStatement original, BoundStatement rewritten)
2 references to InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
136return Previous.InstrumentIfStatementConditionalGoto(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_IfStatement.cs (1)
110builder[conditionalGotoIndex] = Instrumenter.InstrumentIfStatementConditionalGoto(node, builder[conditionalGotoIndex]);