1 write to _stores
Microsoft.Extensions.ObjectPool.Microbenchmark (1)
DrainRefillMultiTheaded.cs (1)
33_stores = new Foo[ThreadCount][];
3 references to _stores
Microsoft.Extensions.ObjectPool.Microbenchmark (3)
DrainRefillMultiTheaded.cs (3)
36_stores[i] = new Foo[Count]; 49BenchmarkLoop(_stores[threadIndex]); 69BenchmarkLoop(_stores[ThreadCount - 1]); // take the last slot