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)
41return _next(context); 59await _next(context);