1 override of InstrumentCaseBlockConditionalGoto
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
207
Public Overrides Function
InstrumentCaseBlockConditionalGoto
(original As BoundCaseBlock, condGoto As BoundStatement) As BoundStatement
3 references to InstrumentCaseBlockConditionalGoto
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
208
Return Previous.
InstrumentCaseBlockConditionalGoto
(original, condGoto)
Lowering\LocalRewriter\LocalRewriter_If.vb (2)
152
condGoto = _instrumenterOpt.
InstrumentCaseBlockConditionalGoto
(DirectCast(instrumentationTargetOpt, BoundCaseBlock), condGoto)
196
condGoto = _instrumenterOpt.
InstrumentCaseBlockConditionalGoto
(DirectCast(instrumentationTargetOpt, BoundCaseBlock), condGoto)