1 write to _next
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionMiddleware.cs (1)
28
_next
= next;
2 references to _next
Microsoft.AspNetCore.ResponseCompression (2)
ResponseCompressionMiddleware.cs (2)
43
return
_next
(context);
67
await
_next
(context);