1 override of CreateWithStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
259
Public Overrides Function
CreateWithStatementEpilogue
(original As BoundWithStatement) As BoundStatement
2 references to CreateWithStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
260
Return Previous.
CreateWithStatementEpilogue
(original)
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
94
Dim epilogue = _instrumenterOpt.
CreateWithStatementEpilogue
(node)