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)
155public int MemoryThreshold => _memoryThreshold; 275if (_inMemory && _memoryThreshold - read < _buffer.Length) 351if (_inMemory && _memoryThreshold - read < _buffer.Length)