15 references to FunctionValue
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (1)
140
Return IsAssigned(SlotKind.
FunctionValue
)
Analysis\FlowAnalysis\DataFlowPass.vb (14)
614
If slot <= SlotKind.
FunctionValue
Then
652
If slot <= SlotKind.
FunctionValue
Then
725
state.Unassign(SlotKind.
FunctionValue
)
783
state.Assign(SlotKind.
FunctionValue
)
916
ElseIf slot = SlotKind.
FunctionValue
Then
1238
If Not _alreadyReported(SlotKind.
FunctionValue
) Then
1315
_alreadyReported(SlotKind.
FunctionValue
) = True
1372
SetSlotState(SlotKind.
FunctionValue
, assigned)
1699
Me.State.Assigned(SlotKind.
FunctionValue
) = False
1700
Dim save_alreadyReportedFunctionValue = _alreadyReported(SlotKind.
FunctionValue
)
1701
_alreadyReported(SlotKind.
FunctionValue
) = False
1706
_alreadyReported(SlotKind.
FunctionValue
) = save_alreadyReportedFunctionValue
1707
Me.State.Assigned(SlotKind.
FunctionValue
) = True
1991
SetSlotState(SlotKind.
FunctionValue
, True)