3 references to _counters
Microsoft.AspNetCore.Hosting.Tests (3)
src\Shared\EventSource.Testing\TestCounterListener.cs (3)
23_counters[item] = Channel.CreateUnbounded<double>(); 29return _counters[counterName].Reader.ReadAllAsync(cancellationToken); 40var writer = _counters[counter].Writer;