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)
374
public override BoundStatement
InstrumentIfStatementConditionalGoto
(BoundIfStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
358
public override BoundStatement
InstrumentIfStatementConditionalGoto
(BoundIfStatement original, BoundStatement rewritten)
2 references to InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
376
return AddDynamicAnalysis(original, base.
InstrumentIfStatementConditionalGoto
(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
363
base.
InstrumentIfStatementConditionalGoto
(original, rewritten),