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