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