8 references to pendingBlobs
Microsoft.Extensions.Caching.MicroBenchmarks (8)
DistributedCacheBenchmarks.cs (8)
133
pendingBlobs
[i] = Task.Run(callback);
138
total += (
pendingBlobs
[i].Result)?.Length ?? 0;
161
pendingBlobs
[i] = Task.Run(callback);
166
total += (await
pendingBlobs
[i])?.Length ?? 0;
188
pendingBlobs
[i] = Task.Run(callback);
193
total += (
pendingBlobs
[i].Result)?.Length ?? 0;
215
pendingBlobs
[i] = Task.Run(callback);
220
total += (await
pendingBlobs
[i])?.Length ?? 0;