Base:
method
CreateSelectStatementPrologue
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Instrumenter.CreateSelectStatementPrologue(Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundSelectStatement)
2 overrides of CreateSelectStatementPrologue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
392Public Overrides Function CreateSelectStatementPrologue(original As BoundSelectStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
295Public Overrides Function CreateSelectStatementPrologue(original As BoundSelectStatement) As BoundStatement
2 references to CreateSelectStatementPrologue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
393Return AddDynamicAnalysis(original, MyBase.CreateSelectStatementPrologue(original))
Lowering\Instrumentation\DebugInfoInjector.vb (1)
297Return New BoundSequencePoint(original.ExpressionStatement.Syntax, MyBase.CreateSelectStatementPrologue(original))