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
38
int count =
_count
;
57
Debug.Assert(
_count
== _items.Length);
58
int size =
_count
;
70
Debug.Assert(
_count
== _maxCount);
71
Debug.Assert(
_count
== _items.Length);