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)
43return _next(context); 67await _next(context);