11 references to Anonymous
Microsoft.AspNetCore.Server.IIS (11)
_generated\12\Windows.Win32.HTTP_DATA_CHUNK.g.cs (6)
36 internal ref _Anonymous_e__Union._FromMemory_e__Struct FromMemory => ref this.Anonymous.FromMemory; 40 internal ref _Anonymous_e__Union._FromFileHandle_e__Struct FromFileHandle => ref this.Anonymous.FromFileHandle; 44 internal ref _Anonymous_e__Union._FromFragmentCache_e__Struct FromFragmentCache => ref this.Anonymous.FromFragmentCache; 48 internal ref _Anonymous_e__Union._FromFragmentCacheEx_e__Struct FromFragmentCacheEx => ref this.Anonymous.FromFragmentCacheEx; 52 internal ref _Anonymous_e__Union._Trailers_e__Struct Trailers => ref this.Anonymous.Trailers; 56 internal ref _Anonymous_e__Union._FromWinHttpFastForwarding_e__Struct FromWinHttpFastForwarding => ref this.Anonymous.FromWinHttpFastForwarding;
Core\IO\AsyncWriteOperationBase.cs (2)
113chunk.Anonymous.FromMemory.BufferLength = (uint)readOnlyMemory.Length; 114chunk.Anonymous.FromMemory.pBuffer = handle.Pointer;
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (3)
705if (dataChunkOffset >= pDataChunk->Anonymous.FromMemory.BufferLength) 713var pFrom = (byte*)pDataChunk->Anonymous.FromMemory.pBuffer + dataChunkOffset + fixup; 715var bytesToRead = pDataChunk->Anonymous.FromMemory.BufferLength - (uint)dataChunkOffset;