1 write to _httpServerHandle
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
97
_httpServerHandle
= GCHandle.Alloc(this);
4 references to _httpServerHandle
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpServer.cs (4)
106
(IntPtr)
_httpServerHandle
,
107
(IntPtr)
_httpServerHandle
);
138
if (
_httpServerHandle
.IsAllocated)
140
_httpServerHandle
.Free();