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)
92
public int Length =>
End
;
97
get => AvailableMemory.Length -
End
;