12 references to FirstAvailable
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (3)
44
For slot = 0 To SlotKind.
FirstAvailable
- 1
47
For slot = SlotKind.
FirstAvailable
To self.Assigned.Capacity - 1
86
If id.ContainingSlot >= SlotKind.
FirstAvailable
AndAlso _state.Assigned(id.ContainingSlot) Then
Analysis\FlowAnalysis\DataFlowPass.vb (6)
96
Protected nextVariableSlot As Integer = SlotKind.
FirstAvailable
704
If childSlot >= SlotKind.
FirstAvailable
Then
757
If childSlot >= SlotKind.
FirstAvailable
Then
971
If slot >= SlotKind.
FirstAvailable
AndAlso Me.State.Reachable AndAlso Not Me.State.IsAssigned(slot) Then
1148
If slot < SlotKind.
FirstAvailable
Then
1540
If slot >= SlotKind.
FirstAvailable
Then
Analysis\FlowAnalysis\DataFlowsOutWalker.vb (2)
108
If slot >= SlotKind.
FirstAvailable
Then
126
If slot >= SlotKind.
FirstAvailable
Then
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (1)
196
For i = SlotKind.
FirstAvailable
To nextVariableSlot - 1