11 references to VariableSlot
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\DataFlowPass.vb (10)
625
Dim childSlot =
VariableSlot
(field, slot)
663
Dim childSlot =
VariableSlot
(field, slot)
702
Dim childSlot =
VariableSlot
(field, slot)
755
Dim childSlot =
VariableSlot
(field, slot)
1021
unassignedSlot =
VariableSlot
(MeParameter)
1026
unassignedSlot =
VariableSlot
(local)
1040
unassignedSlot =
VariableSlot
(DirectCast(node, BoundParameter).ParameterSymbol)
1143
slot =
VariableSlot
(sym)
1533
Dim slot As Integer =
VariableSlot
(parameter)
1550
Dim slot =
VariableSlot
(parameter)
Analysis\FlowAnalysis\DataFlowsInWalker.vb (1)
101
If Not Me.State.IsAssigned(
VariableSlot
(firstLocal)) Then