1 write to _thisHandle
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
149
_thisHandle
= GCHandle.Alloc(this);
2 references to _thisHandle
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (2)
310
NativeMethods.HttpSetManagedContext(_requestNativeHandle, (IntPtr)
_thisHandle
);
800
_thisHandle
.Free();