1 write to _httpServerHandle
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
98_httpServerHandle = GCHandle.Alloc(this);
4 references to _httpServerHandle
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpServer.cs (4)
107(IntPtr)_httpServerHandle, 108(IntPtr)_httpServerHandle); 142if (_httpServerHandle.IsAllocated) 144_httpServerHandle.Free();