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