1 override of CreateSelectStatementPrologue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
199Public Overrides Function CreateSelectStatementPrologue(original As BoundSelectStatement) As BoundStatement
2 references to CreateSelectStatementPrologue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
200Return Previous.CreateSelectStatementPrologue(original)
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
76Dim prologue As BoundStatement = _instrumenterOpt.CreateSelectStatementPrologue(node)