2 writes to _next
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsMiddleware.cs (2)
54_next = next; 78_next = next;
4 references to _next
Microsoft.AspNetCore.Cors (4)
Infrastructure\CorsMiddleware.cs (4)
109return _next(context); 129return _next(context); 173return _next(context); 189return _next(context);