9 references to GetLocal
Microsoft.CodeAnalysis.VisualBasic (9)
CodeGen\EmitAddress.vb (1)
60
Dim local =
GetLocal
(boundLocal)
CodeGen\EmitExpression.vb (4)
458
_builder.EmitLocalLoad(
GetLocal
(local))
1919
_builder.EmitLocalLoad(
GetLocal
(boundLocal))
2031
Dim local =
GetLocal
(boundLocal)
2053
Dim local =
GetLocal
(boundLocal)
CodeGen\EmitStatement.vb (4)
331
_builder.EmitLocalStore(
GetLocal
(DirectCast(exceptionSource, BoundLocal)))
1056
_builder.EmitIntegerSwitchJumpTable(caseLabels, fallThroughLabel,
GetLocal
(DirectCast(selectExpression, BoundLocal)), keyTypeCode:=exprType.GetEnumUnderlyingTypeOrSelf.PrimitiveTypeCode, syntax)
1070
EmitStringSwitchJumpTable(caseLabels, fallThroughLabel,
GetLocal
(DirectCast(selectExpression, BoundLocal)), syntax)
1491
_builder.EmitLocalStore(
GetLocal
(node.ResumeTargetTemporary))