1 write to _serverSession
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\UrlGroup.cs (1)
32
_serverSession
= serverSession;
1 reference to _serverSession
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\UrlGroup.cs (1)
37
var statusCode = PInvoke.HttpCreateUrlGroup(
_serverSession
.Id.DangerousGetServerSessionId(), out var urlGroupId);