5 references to Anonymous
Microsoft.AspNetCore.Server.IIS (5)
Core\IO\AsyncWriteOperationBase.cs (2)
113
chunk.
Anonymous
.FromMemory.BufferLength = (uint)readOnlyMemory.Length;
114
chunk.
Anonymous
.FromMemory.pBuffer = handle.Pointer;
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (3)
705
if (dataChunkOffset >= pDataChunk->
Anonymous
.FromMemory.BufferLength)
713
var pFrom = (byte*)pDataChunk->
Anonymous
.FromMemory.pBuffer + dataChunkOffset + fixup;
715
var bytesToRead = pDataChunk->
Anonymous
.FromMemory.BufferLength - (uint)dataChunkOffset;