1 write to cachedCollection
System.Core (1)
System\Linq\Enumerable.cs (1)
2742
cachedCollection
= new T[this.count];
2 references to cachedCollection
System.Core (2)
System\Linq\Enumerable.cs (2)
2743
tempList.CopyTo(
cachedCollection
, 0);
2744
return
cachedCollection
;