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