1 write to _memoryThreshold
Microsoft.AspNetCore.WebUtilities (1)
FileBufferingWriteStream.cs (1)
52
_memoryThreshold
= memoryThreshold;
5 references to _memoryThreshold
Microsoft.AspNetCore.WebUtilities (5)
FileBufferingWriteStream.cs (5)
64
public int MemoryThreshold =>
_memoryThreshold
;
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
);