2 references to ThreadCount
Microsoft.Extensions.ObjectPool.Microbenchmark (2)
GetReturnMultiThreaded.cs (2)
33
_tasks = new Task[
ThreadCount
- 1];
34
for (int i = 0; i <
ThreadCount
- 1; i++)