1 write to _httpServerHandle
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
95_httpServerHandle = GCHandle.Alloc(this);
4 references to _httpServerHandle
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpServer.cs (4)
104(IntPtr)_httpServerHandle, 105(IntPtr)_httpServerHandle); 139if (_httpServerHandle.IsAllocated) 141_httpServerHandle.Free();