5 writes to _count
Microsoft.CodeAnalysis.InteractiveHost (5)
src\Dependencies\Collections\TemporaryArray`1.cs (5)
167_count++; 189_count++; 207_count++; 245_count--; 350_count = 0;
15 references to _count
Microsoft.CodeAnalysis.InteractiveHost (15)
src\Dependencies\Collections\TemporaryArray`1.cs (15)
106public readonly int Count => _builder?.Count ?? _count; 116if ((uint)index >= _count) 137if ((uint)index >= _count) 164else if (_count < InlineCapacity) 168this[_count - 1] = item; 172Debug.Assert(_count == InlineCapacity); 184else if (_count + items.Length <= InlineCapacity) 190this[_count - 1] = item; 202if (_count + items.Count <= InlineCapacity) 208this[_count - 1] = item; 309var result = _count switch 338for (var i = 0; i < _count; i++) 362switch (_count) 390switch (_count) 485=> array._count;