2 writes to _count
System.Private.Windows.Core (2)
System\Collections\Generic\ArrayBuilder.cs (2)
41_count = count + 1; 64_count = size + 1;
6 references to _count
System.Private.Windows.Core (6)
System\Collections\Generic\ArrayBuilder.cs (6)
25/// The <see cref="_count"/> cannot grow past this value and is expected to be this value 38int count = _count; 57Debug.Assert(_count == _items.Length); 58int size = _count; 70Debug.Assert(_count == _maxCount); 71Debug.Assert(_count == _items.Length);