9 references to GetLocal
Microsoft.CodeAnalysis.VisualBasic (9)
CodeGen\EmitAddress.vb (1)
60
Dim local =
GetLocal
(boundLocal)
CodeGen\EmitExpression.vb (4)
437
_builder.EmitLocalLoad(
GetLocal
(local))
1898
_builder.EmitLocalLoad(
GetLocal
(boundLocal))
2010
Dim local =
GetLocal
(boundLocal)
2032
Dim local =
GetLocal
(boundLocal)
CodeGen\EmitStatement.vb (4)
331
_builder.EmitLocalStore(
GetLocal
(DirectCast(exceptionSource, BoundLocal)))
1055
_builder.EmitIntegerSwitchJumpTable(caseLabels, fallThroughLabel,
GetLocal
(DirectCast(selectExpression, BoundLocal)), keyTypeCode:=exprType.GetEnumUnderlyingTypeOrSelf.PrimitiveTypeCode)
1069
EmitStringSwitchJumpTable(caseLabels, fallThroughLabel,
GetLocal
(DirectCast(selectExpression, BoundLocal)), selectExpression.Syntax)
1489
_builder.EmitLocalStore(
GetLocal
(node.ResumeTargetTemporary))