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)
27
await
_next
(context).ConfigureAwait(false);