5 references to Count
System.Linq (5)
System\Linq\Concat.SpeedOpt.cs (2)
69
result = new TSource[checked(firstCount + builder.
Count
)];
77
result = new TSource[checked(builder.
Count
+ secondCount)];
System\Linq\SegmentedArrayBuilder.cs (3)
240
int count =
Count
;
259
int count =
Count
;
281
int count = checked(
Count
+ additionalLength);