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