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)
250
If instructionsEmitted = 0 AndAlso syntax IsNot Nothing AndAlso
_ilEmitStyle
= ILEmitStyle.Debug Then
269
If instructionsEmitted = 0 AndAlso span <> Nothing AndAlso
_ilEmitStyle
= ILEmitStyle.Debug Then
CodeGen\EmitExpression.vb (2)
1100
ElseIf
_ilEmitStyle
= ILEmitStyle.Debug Then
1361
If used AndAlso
_ilEmitStyle
<> ILEmitStyle.Debug AndAlso
CodeGen\EmitOperators.vb (1)
615
If
_ilEmitStyle
= ILEmitStyle.Release AndAlso condition.IsConstant Then
CodeGen\EmitStatement.vb (5)
92
If
_ilEmitStyle
= ILEmitStyle.Debug Then
1205
If
_ilEmitStyle
= ILEmitStyle.Debug Then
1297
isSlotReusable:=synthesizedKind.IsSlotReusable(
_ilEmitStyle
<> ILEmitStyle.Release))
1337
If
_ilEmitStyle
= ILEmitStyle.Debug Then
1357
Return local.SynthesizedKind.IsSlotReusable(
_ilEmitStyle
<> ILEmitStyle.Release)