1 write to BufferLength
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncWriteOperationBase.cs (1)
113
chunk.Anonymous.FromMemory.
BufferLength
= (uint)readOnlyMemory.Length;
2 references to BufferLength
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (2)
705
if (dataChunkOffset >= pDataChunk->Anonymous.FromMemory.
BufferLength
)
715
var bytesToRead = pDataChunk->Anonymous.FromMemory.
BufferLength
- (uint)dataChunkOffset;