1 instantiation of KestrelServerImpl
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServer.cs (1)
33
_innerKestrelServer = new
KestrelServerImpl
(
2 references to KestrelServerImpl
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (1)
320
if (state is
KestrelServerImpl
server)
KestrelServer.cs (1)
23
private readonly
KestrelServerImpl
_innerKestrelServer;