1 override of CreateUsingStatementDisposePrologue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
251
Public Overrides Function
CreateUsingStatementDisposePrologue
(original As BoundUsingStatement) As BoundStatement
2 references to CreateUsingStatementDisposePrologue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
252
Return Previous.
CreateUsingStatementDisposePrologue
(original)
Lowering\LocalRewriter\LocalRewriter_Using.vb (1)
239
disposePrologue = _instrumenterOpt.
CreateUsingStatementDisposePrologue
(node)