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)
52
if (_items.Length ==
_maxCount
)
61
int newCapacity = Math.Min(
_maxCount
, 2 * _items.Length);
70
Debug.Assert(_count ==
_maxCount
);