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)
162
get { return
_inMemory
; }
275
if (
_inMemory
&& _memoryThreshold - read < _buffer.Length)
351
if (
_inMemory
&& _memoryThreshold - read < _buffer.Length)