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)
349public override BoundStatement InstrumentThrowStatement(BoundThrowStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
163public override BoundStatement InstrumentThrowStatement(BoundThrowStatement original, BoundStatement rewritten)
2 references to InstrumentThrowStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
351return AddDynamicAnalysis(original, base.InstrumentThrowStatement(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
165return AddSequencePoint(base.InstrumentThrowStatement(original, rewritten));