2 writes to _builder
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\DataFlowPass.SlotCollection.vb (2)
71
Me.
_builder
= ArrayBuilder(Of Integer).GetInstance()
80
Me.
_builder
= Nothing
12 references to _builder
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\DataFlowPass.SlotCollection.vb (12)
37
If Me.
_builder
IsNot Nothing Then
38
Return Me.
_builder
.Count
47
If Me.
_builder
IsNot Nothing Then
48
Return Me.
_builder
(index)
55
If Me.
_builder
IsNot Nothing Then
56
Me.
_builder
(index) = value
64
If Me.
_builder
IsNot Nothing Then
65
Me.
_builder
.Add(slot)
72
Me.
_builder
.Add(Me._singleValue)
73
Me.
_builder
.Add(slot)
78
If Me.
_builder
IsNot Nothing Then
79
Me.
_builder
.Free()