2 writes to _memoryThreshold
Microsoft.AspNetCore.WebUtilities (2)
FileBufferingReadStream.cs (2)
92
_memoryThreshold
= memoryThreshold;
144
_memoryThreshold
= memoryThreshold;
3 references to _memoryThreshold
Microsoft.AspNetCore.WebUtilities (3)
FileBufferingReadStream.cs (3)
155
public int MemoryThreshold =>
_memoryThreshold
;
275
if (_inMemory &&
_memoryThreshold
- read < _buffer.Length)
351
if (_inMemory &&
_memoryThreshold
- read < _buffer.Length)