2 writes to _inputHandle
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOEngine.Read.cs (2)
36
_inputHandle
= _memory.Pin();
53
_inputHandle
= default;
3 references to _inputHandle
Microsoft.AspNetCore.Server.IIS (3)
Core\IO\AsyncIOEngine.Read.cs (3)
39
(byte*)
_inputHandle
.Pointer,
52
_inputHandle
.Dispose();
61
_inputHandle
.Dispose();