2 writes to End
Microsoft.AspNetCore.HttpLogging (2)
BufferingStream.cs (2)
62_tail.End = _tailBytesBuffered; 152_tail.End += _tailBytesBuffered;
2 references to End
Microsoft.AspNetCore.HttpLogging (2)
src\Shared\Buffers\BufferSegment.cs (2)
92public int Length => End; 97get => AvailableMemory.Length - End;