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];
49
BenchmarkLoop(
_stores
[threadIndex]);
69
BenchmarkLoop(
_stores
[ThreadCount - 1]); // take the last slot