4 references to Cache
NuGet.Packaging (4)
RuntimeModel\RuntimeGraph.cs (4)
191
var deduper =
Cache
<string>.RentHashSet();
192
var expansions =
Cache
<string>.RentList();
215
Cache
<string>.ReleaseHashSet(deduper);
216
Cache
<string>.ReleaseList(expansions);