5 references to CreateServiceContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
Http2\Http2ConnectionBenchmarkBase.cs (1)
71var serviceContext = TestContextFactory.CreateServiceContext(
Http3\Http3ConnectionBenchmarkBase.cs (1)
46var serviceContext = TestContextFactory.CreateServiceContext(
src\Servers\Kestrel\shared\test\TestContextFactory.cs (3)
94serviceContext ?? CreateServiceContext(new KestrelServerOptions()), 159serviceContext: serviceContext ?? CreateServiceContext(new KestrelServerOptions()), 209serviceContext: serviceContext ?? CreateServiceContext(new KestrelServerOptions()),