4 instantiations of TestMeterFactory
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
KestrelServerTests.cs (2)
38
.AddSingleton(new KestrelMetrics(new
TestMeterFactory
()))
312
metrics ?? new KestrelMetrics(new
TestMeterFactory
()));
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
42
Metrics = new KestrelMetrics(new
TestMeterFactory
())
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
26
metrics ??= new KestrelMetrics(new
TestMeterFactory
());