1 write to _storeCount
System.Runtime.Caching (1)
System\Caching\MemoryCache.cs (1)
323
_storeCount
= Environment.ProcessorCount;
5 references to _storeCount
System.Runtime.Caching (5)
System\Caching\MemoryCache.cs (5)
153
int idx = hashCode %
_storeCount
;
159
var allStores = new MemoryCacheStore[
_storeCount
];
160
for (int i = 0; i <
_storeCount
; i++) {
179
for (int i = 0; i <
_storeCount
; i++) {
324
_storeRefs = new GCHandleRef<MemoryCacheStore>[
_storeCount
];