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