1 write to _serverSession
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysListener.cs (1)
72_serverSession = new ServerSession();
5 references to _serverSession
Microsoft.AspNetCore.Server.HttpSys (5)
HttpSysListener.cs (5)
76_urlGroup = new UrlGroup(_serverSession, _requestQueue, Logger); 85_serverSession?.Dispose(); 262Debug.Assert(_serverSession != null, "ServerSessionHandle is null in CloseV2Config"); 263Debug.Assert(!_serverSession.Id.IsInvalid, "ServerSessionHandle is invalid in CloseV2Config"); 265_serverSession.Dispose();