1 override of CreateCatchBlockPrologue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
183
Public Overrides Function
CreateCatchBlockPrologue
(original As BoundCatchBlock) As BoundStatement
2 references to CreateCatchBlockPrologue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
184
Return Previous.
CreateCatchBlockPrologue
(original)
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
159
newCatchBody = PrependWithPrologue(newCatchBody, _instrumenterOpt.
CreateCatchBlockPrologue
(node))