6 references to FromFileHandle
Microsoft.AspNetCore.Server.HttpSys (6)
RequestProcessing\ResponseStreamAsyncResult.cs (6)
127
_dataChunks[1].Anonymous.
FromFileHandle
.ByteRange.StartingOffset = (ulong)offset;
128
_dataChunks[1].Anonymous.
FromFileHandle
.ByteRange.Length = (ulong)count;
129
_dataChunks[1].Anonymous.
FromFileHandle
.FileHandle = (HANDLE)_fileStream.SafeFileHandle.DangerousGetHandle();
140
_dataChunks[0].Anonymous.
FromFileHandle
.ByteRange.StartingOffset = (ulong)offset;
141
_dataChunks[0].Anonymous.
FromFileHandle
.ByteRange.Length = (ulong)count;
142
_dataChunks[0].Anonymous.
FromFileHandle
.FileHandle = (HANDLE)_fileStream.SafeFileHandle.DangerousGetHandle();