1 write to _next
Aspire.Dashboard (1)
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
21_next = next ?? throw new ArgumentNullException(nameof(next));
1 reference to _next
Aspire.Dashboard (1)
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
27await _next(context).ConfigureAwait(false);