2 writes to _inMemory
Microsoft.AspNetCore.WebUtilities (2)
FileBufferingReadStream.cs (2)
277_inMemory = false; 353_inMemory = false;
3 references to _inMemory
Microsoft.AspNetCore.WebUtilities (3)
FileBufferingReadStream.cs (3)
162get { return _inMemory; } 275if (_inMemory && _memoryThreshold - read < _buffer.Length) 351if (_inMemory && _memoryThreshold - read < _buffer.Length)