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)
39
private readonly
ServerSession
_serverSession;
NativeInterop\UrlGroup.cs (2)
24
private readonly
ServerSession
? _serverSession;
29
internal unsafe UrlGroup(
ServerSession
serverSession, RequestQueue requestQueue, ILogger logger)