2 writes to Length
Microsoft.AspNetCore.WebUtilities (2)
PagedByteBuffer.cs (2)
57Length += copyLength; 133Length = 0;
5 references to Length
Microsoft.AspNetCore.WebUtilities (5)
FileBufferingWriteStream.cs (5)
76public override long Length => PagedByteBuffer.Length + (FileStream?.Length ?? 0); 119var allowMemoryBuffer = (_memoryThreshold - count) >= PagedByteBuffer.Length; 124Debug.Assert(PagedByteBuffer.Length <= _memoryThreshold); 158var allowMemoryBuffer = (_memoryThreshold - buffer.Length) >= PagedByteBuffer.Length; 163Debug.Assert(PagedByteBuffer.Length <= _memoryThreshold);