1 instantiation of KestrelServerImpl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServer.cs (1)
33_innerKestrelServer = new KestrelServerImpl(
3 references to KestrelServerImpl
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
86services.AddSingleton<IServer, KestrelServerImpl>();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (1)
324if (state is KestrelServerImpl server)
KestrelServer.cs (1)
23private readonly KestrelServerImpl _innerKestrelServer;