1 write to _maxCount
System.Private.Windows.Core (1)
System\Collections\Generic\ArrayBuilder.cs (1)
29_maxCount = expectedCount;
3 references to _maxCount
System.Private.Windows.Core (3)
System\Collections\Generic\ArrayBuilder.cs (3)
50if (_items.Length == _maxCount) 59int newCapacity = Math.Min(_maxCount, 2 * _items.Length); 68Debug.Assert(_count == _maxCount);