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)
54if (_handleSizeLimit != null) 56_handleSizeLimit(_sizeLimit.Value); 94if (_handleSizeLimit != null) 96_handleSizeLimit(_sizeLimit.Value);