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
1232
If Not _alreadyReported(SlotKind.
FunctionValue
) Then
1309
_alreadyReported(SlotKind.
FunctionValue
) = True
1366
SetSlotState(SlotKind.
FunctionValue
, assigned)
1693
Me.State.Assigned(SlotKind.
FunctionValue
) = False
1694
Dim save_alreadyReportedFunctionValue = _alreadyReported(SlotKind.
FunctionValue
)
1695
_alreadyReported(SlotKind.
FunctionValue
) = False
1700
_alreadyReported(SlotKind.
FunctionValue
) = save_alreadyReportedFunctionValue
1701
Me.State.Assigned(SlotKind.
FunctionValue
) = True
1985
SetSlotState(SlotKind.
FunctionValue
, True)