1 write to _count
System.Linq (1)
System\Linq\Lookup.cs (1)
237
_count
++;
7 references to _count
System.Linq (7)
System\Linq\Lookup.cs (6)
132
public int Count =>
_count
;
156
List<TResult> list = new List<TResult>(
_count
);
160
Span<TResult> span = Enumerable.SetCountAndGetSpan(list,
_count
);
173
Debug.Assert(index ==
_count
, "All list elements were not initialized.");
217
if (
_count
== _groupings.Length)
246
int newSize = checked((
_count
* 2) + 1);
System\Linq\Lookup.SpeedOpt.cs (1)
13
TResult[] array = new TResult[
_count
];