Base:
method
InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentIfStatementConditionalGoto(Microsoft.CodeAnalysis.CSharp.BoundIfStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
2 overrides of InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
374public override BoundStatement InstrumentIfStatementConditionalGoto(BoundIfStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
358public override BoundStatement InstrumentIfStatementConditionalGoto(BoundIfStatement original, BoundStatement rewritten)
2 references to InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
376return AddDynamicAnalysis(original, base.InstrumentIfStatementConditionalGoto(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
363base.InstrumentIfStatementConditionalGoto(original, rewritten),