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