1 write to Id
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\ServerSession.cs (1)
24Id = new HttpServerSessionHandle(serverSessionId);
3 references to Id
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysListener.cs (1)
263Debug.Assert(!_serverSession.Id.IsInvalid, "ServerSessionHandle is invalid in CloseV2Config");
NativeInterop\ServerSession.cs (1)
31Id.Dispose();
NativeInterop\UrlGroup.cs (1)
36var statusCode = PInvoke.HttpCreateUrlGroup(_serverSession.Id.DangerousGetServerSessionId(), out var urlGroupId);