2 writes to _count
System.Private.Windows.Core (2)
System\Collections\Generic\ArrayBuilder.cs (2)
39_count = count + 1; 62_count = size + 1;
6 references to _count
System.Private.Windows.Core (6)
System\Collections\Generic\ArrayBuilder.cs (6)
23/// The <see cref="_count"/> cannot grow past this value and is expected to be this value 36int count = _count; 55Debug.Assert(_count == _items.Length); 56int size = _count; 68Debug.Assert(_count == _maxCount); 69Debug.Assert(_count == _items.Length);