1 write to ContainingSlot
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\DataFlowPass.VariableIdentifier.vb (1)
26
Me.
ContainingSlot
= containingSlot
11 references to ContainingSlot
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (2)
86
If id.
ContainingSlot
>= SlotKind.FirstAvailable AndAlso _state.Assigned(id.
ContainingSlot
) Then
Analysis\FlowAnalysis\DataFlowPass.VariableIdentifier.vb (3)
40
Return Hash.Combine(Me.Symbol.GetHashCode, Me.
ContainingSlot
.GetHashCode)
44
Return Me.Symbol.Equals(obj.Symbol) AndAlso Me.
ContainingSlot
= obj.
ContainingSlot
Analysis\FlowAnalysis\DataFlowPass.vb (6)
265
If id.
ContainingSlot
> 0 Then
266
AppendBitName(id.
ContainingSlot
, builder)
711
While id.
ContainingSlot
> 0
713
Dim parentSlot = id.
ContainingSlot
765
While id.
ContainingSlot
> 0
767
Dim parentSlot = id.
ContainingSlot