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