3 writes to AvailableMemory
Microsoft.AspNetCore.HttpLogging (3)
src\Shared\Buffers\BufferSegment.cs (3)
53AvailableMemory = memoryOwner.Memory; 59AvailableMemory = arrayPoolBuffer; 84AvailableMemory = default;
4 references to AvailableMemory
Microsoft.AspNetCore.HttpLogging (4)
BufferingStream.cs (1)
171_tailMemory = newSegment.AvailableMemory;
src\Shared\Buffers\BufferSegment.cs (3)
27Debug.Assert(value <= AvailableMemory.Length); 30Memory = AvailableMemory.Slice(0, value); 97get => AvailableMemory.Length - End;