1 instantiation of ServerSession
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysListener.cs (1)
72_serverSession = new ServerSession();
3 references to ServerSession
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysListener.cs (1)
39private readonly ServerSession _serverSession;
NativeInterop\UrlGroup.cs (2)
24private readonly ServerSession? _serverSession; 29internal unsafe UrlGroup(ServerSession serverSession, RequestQueue requestQueue, ILogger logger)