9 references to Unreachable
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (4)
66
If other(SlotKind.
Unreachable
) Then
70
If receiver(SlotKind.
Unreachable
) Then
117
Return (slot = SlotKind.NotTracked) OrElse Assigned(SlotKind.
Unreachable
) OrElse Assigned(slot)
134
Return Me.Assigned.Capacity <= 0 OrElse Not Me.IsAssigned(SlotKind.
Unreachable
)
Analysis\FlowAnalysis\DataFlowPass.SlotCollection.vb (3)
40
Return If(Me._singleValue = SlotKind.
Unreachable
, 0, 1)
54
Debug.Assert(value <> SlotKind.
Unreachable
)
63
Debug.Assert(slot <> SlotKind.
Unreachable
)
Analysis\FlowAnalysis\DataFlowPass.vb (2)
911
Debug.Assert(slot <> SlotKind.
Unreachable
)
1572
result.Unassign(SlotKind.
Unreachable
)