9 references to GetLocal
Microsoft.CodeAnalysis.VisualBasic (9)
CodeGen\EmitAddress.vb (1)
60Dim local = GetLocal(boundLocal)
CodeGen\EmitExpression.vb (4)
458_builder.EmitLocalLoad(GetLocal(local)) 1919_builder.EmitLocalLoad(GetLocal(boundLocal)) 2031Dim local = GetLocal(boundLocal) 2053Dim 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) 1069EmitStringSwitchJumpTable(caseLabels, fallThroughLabel, GetLocal(DirectCast(selectExpression, BoundLocal)), selectExpression.Syntax) 1489_builder.EmitLocalStore(GetLocal(node.ResumeTargetTemporary))