1 write to _handleSizeLimit
Microsoft.AspNetCore.RequestDecompression (1)
src\Shared\SizeLimitedStream.cs (1)
19
_handleSizeLimit
= handleSizeLimit;
4 references to _handleSizeLimit
Microsoft.AspNetCore.RequestDecompression (4)
src\Shared\SizeLimitedStream.cs (4)
54
if (
_handleSizeLimit
!= null)
56
_handleSizeLimit
(_sizeLimit.Value);
94
if (
_handleSizeLimit
!= null)
96
_handleSizeLimit
(_sizeLimit.Value);