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