1 write to _items
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
731_items = ArrayBuilder<T>.GetInstance(capacity);
5 references to _items
Microsoft.CodeAnalysis (5)
SourceGeneration\Nodes\NodeStateTable.cs (5)
737_items.Add(item); 752for (int i = 0, n = _items.Count - 1; i < n; i++) 763Debug.Assert(_items.Count >= 1, "Created a builder with no values?"); 765Debug.Assert(_items.Count == _requestedCapacity); 768return new TableEntry(_items.ToOneOrManyAndFree(), _states?.ToImmutableAndFree() ?? GetSingleArray(_currentState.Value), anyRemoved: _anyRemoved);