1 override of InstrumentGotoStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
64
public override BoundStatement
InstrumentGotoStatement
(BoundGotoStatement original, BoundStatement rewritten)
2 references to InstrumentGotoStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
66
return Previous.
InstrumentGotoStatement
(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_GotoStatement.cs (1)
27
result = Instrumenter.
InstrumentGotoStatement
(node, result);