3 writes to _ilEmitStyle
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\CodeGenerator.vb (3)
68_ilEmitStyle = ILEmitStyle.Release 72_ilEmitStyle = ILEmitStyle.Debug 74_ilEmitStyle = If(IsDebugPlus(),
11 references to _ilEmitStyle
Microsoft.CodeAnalysis.VisualBasic (11)
CodeGen\CodeGenerator.vb (3)
89_block = Optimizer.Optimize(method, boundBody, debugFriendly:=_ilEmitStyle <> ILEmitStyle.Release, stackLocals:=_stackLocals) 250If instructionsEmitted = 0 AndAlso syntax IsNot Nothing AndAlso _ilEmitStyle = ILEmitStyle.Debug Then 269If instructionsEmitted = 0 AndAlso span <> Nothing AndAlso _ilEmitStyle = ILEmitStyle.Debug Then
CodeGen\EmitExpression.vb (2)
1100ElseIf _ilEmitStyle = ILEmitStyle.Debug Then 1361If used AndAlso _ilEmitStyle <> ILEmitStyle.Debug AndAlso
CodeGen\EmitOperators.vb (1)
615If _ilEmitStyle = ILEmitStyle.Release AndAlso condition.IsConstant Then
CodeGen\EmitStatement.vb (5)
92If _ilEmitStyle = ILEmitStyle.Debug Then 1205If _ilEmitStyle = ILEmitStyle.Debug Then 1297isSlotReusable:=synthesizedKind.IsSlotReusable(_ilEmitStyle <> ILEmitStyle.Release)) 1337If _ilEmitStyle = ILEmitStyle.Debug Then 1357Return local.SynthesizedKind.IsSlotReusable(_ilEmitStyle <> ILEmitStyle.Release)