1 write to _serverSession
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysListener.cs (1)
76_serverSession = new ServerSession();
5 references to _serverSession
Microsoft.AspNetCore.Server.HttpSys (5)
HttpSysListener.cs (5)
79_urlGroup = new UrlGroup(_serverSession, _requestQueue, Logger); 87_serverSession?.Dispose(); 253Debug.Assert(_serverSession != null, "ServerSessionHandle is null in CloseV2Config"); 254Debug.Assert(!_serverSession.Id.IsInvalid, "ServerSessionHandle is invalid in CloseV2Config"); 256_serverSession.Dispose();