1 write to _serverSession
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysListener.cs (1)
75_serverSession = new ServerSession();
5 references to _serverSession
Microsoft.AspNetCore.Server.HttpSys (5)
HttpSysListener.cs (5)
78_urlGroup = new UrlGroup(_serverSession, _requestQueue, Logger); 91_serverSession?.Dispose(); 259Debug.Assert(_serverSession != null, "ServerSessionHandle is null in CloseV2Config"); 260Debug.Assert(!_serverSession.Id.IsInvalid, "ServerSessionHandle is invalid in CloseV2Config"); 262_serverSession.Dispose();