1 write to _stackLocals
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\CodeGenerator.vb (1)
89
_block = Optimizer.Optimize(method, boundBody, debugFriendly:=_ilEmitStyle <> ILEmitStyle.Release, stackLocals:=
_stackLocals
)
4 references to _stackLocals
Microsoft.CodeAnalysis.VisualBasic (4)
CodeGen\CodeGenerator.vb (2)
189
Return
_stackLocals
IsNot Nothing AndAlso
_stackLocals
.Contains(local)
CodeGen\EmitStatement.vb (2)
77
If Me.
_stackLocals
Is Nothing OrElse Not Me.
_stackLocals
.Any Then