5 references to OptimizationLevelIsDebug
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LocalRewriter\LocalRewriter_If.vb (2)
45If generateUnstructuredExceptionHandlingResumeCode AndAlso (OptimizationLevelIsDebug OrElse finishConsequenceWithResumeTarget) Then 74If generateUnstructuredExceptionHandlingResumeCode AndAlso OptimizationLevelIsDebug Then
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
75If Not Me.OptimizationLevelIsDebug Then
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
235If(node.ResumeWithoutLabelOpt IsNot Nothing AndAlso OptimizationLevelIsDebug, 357If OptimizationLevelIsDebug Then