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
36
int count =
_count
;
55
Debug.Assert(
_count
== _items.Length);
56
int size =
_count
;
68
Debug.Assert(
_count
== _maxCount);
69
Debug.Assert(
_count
== _items.Length);