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