7 references to Count
System.Linq (7)
System\Linq\Select.SpeedOpt.cs (7)
275
if (_state < 1 || _state == (
Count
+ 1))
292
var results = new TResult[
Count
];
300
int count =
Count
;
327
return
Count
;
334
if (count >=
Count
)
346
if (count >=
Count
)
356
if ((uint)index < (uint)
Count
)