1 write to FromFileHandle
Microsoft.AspNetCore.Server.HttpSys (1)
_generated\22\Windows.Win32.HTTP_DATA_CHUNK.g.cs (1)
40 internal ref _Anonymous_e__Union._FromFileHandle_e__Struct FromFileHandle => ref this.Anonymous.FromFileHandle;
7 references to FromFileHandle
Microsoft.AspNetCore.Server.HttpSys (7)
_generated\22\Windows.Win32.HTTP_DATA_CHUNK.g.cs (1)
38 /// <inheritdoc cref="_Anonymous_e__Union.FromFileHandle"/>
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();