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