2 writes to _count
System.Text.RegularExpressions (2)
System\Text\StructListBuilder.cs (2)
38
_count
= pos + 1;
69
newArray[
_count
++] = item;
5 references to _count
System.Text.RegularExpressions (5)
System\Text\StructListBuilder.cs (5)
24
public int Count =>
_count
;
27
public Span<T> AsSpan() => _array.AsSpan(0,
_count
);
34
int pos =
_count
;
61
Debug.Assert(array.Length ==
_count
);
67
Array.Copy(array, newArray,
_count
);