1 override of InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
134public override BoundStatement InstrumentIfStatementConditionalGoto(BoundIfStatement original, BoundStatement rewritten)
1 reference to InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
136return Previous.InstrumentIfStatementConditionalGoto(original, rewritten);