1 write to _connectionTypes
Aspire.Dashboard (1)
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
20_connectionTypes = connectionTypes.ToList();
1 reference to _connectionTypes
Aspire.Dashboard (1)
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
26context.Features.Set<IConnectionTypeFeature>(new ConnectionTypeFeature { ConnectionTypes = _connectionTypes });