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)
77_urlGroup = new UrlGroup(_serverSession, _requestQueue, Logger); 90_serverSession?.Dispose(); 258Debug.Assert(_serverSession != null, "ServerSessionHandle is null in CloseV2Config"); 259Debug.Assert(!_serverSession.Id.IsInvalid, "ServerSessionHandle is invalid in CloseV2Config"); 261_serverSession.Dispose();