4 writes to BufferLength
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\ResponseBody.cs (1)
296chunk.Anonymous.FromMemory.BufferLength = (uint)bytes.Length;
RequestProcessing\ResponseStreamAsyncResult.cs (3)
123_dataChunks[0].Anonymous.FromMemory.BufferLength = (uint)chunkHeaderBuffer.Count; 164chunk.Anonymous.FromMemory.BufferLength = (uint)segment.Count; 175chunk.Anonymous.FromMemory.BufferLength = (uint)bytes.Length;
2 references to BufferLength
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (2)
705if (dataChunkOffset >= pDataChunk->Anonymous.FromMemory.BufferLength) 715var bytesToRead = pDataChunk->Anonymous.FromMemory.BufferLength - (uint)dataChunkOffset;