2 writes to _totalBytesRead
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
src\Shared\SizeLimitedStream.cs (2)
48
_totalBytesRead
+= bytesRead;
81
_totalBytesRead
+= bytesRead;
2 references to _totalBytesRead
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
src\Shared\SizeLimitedStream.cs (2)
49
if (
_totalBytesRead
> _sizeLimit)
82
if (
_totalBytesRead
> _sizeLimit)