Base:
method
InstrumentThrowStatement
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentThrowStatement(Microsoft.CodeAnalysis.CSharp.BoundThrowStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
2 overrides of InstrumentThrowStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
349
public override BoundStatement
InstrumentThrowStatement
(BoundThrowStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
163
public override BoundStatement
InstrumentThrowStatement
(BoundThrowStatement original, BoundStatement rewritten)
2 references to InstrumentThrowStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
351
return AddDynamicAnalysis(original, base.
InstrumentThrowStatement
(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
165
return AddSequencePoint(base.
InstrumentThrowStatement
(original, rewritten));