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)
86
services.AddSingleton<IServer,
KestrelServerImpl
>();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (1)
324
if (state is
KestrelServerImpl
server)
KestrelServer.cs (1)
23
private readonly
KestrelServerImpl
_innerKestrelServer;