2 writes to cachedCollection
System.Core (2)
System\Linq\Enumerable.cs (2)
2780
cachedCollection
= null;
2802
cachedCollection
= new object[this.count];
2 references to cachedCollection
System.Core (2)
System\Linq\Enumerable.cs (2)
2803
tempList.CopyTo(
cachedCollection
, 0);
2804
return
cachedCollection
;