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