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); 138if (_httpServerHandle.IsAllocated) 140_httpServerHandle.Free();