7 references to ActivateKeyedSingleton
Aspire.RabbitMQ.Client (1)
AspireRabbitMQExtensions.cs (1)
130
builder.Services.
ActivateKeyedSingleton
<IConnection>(serviceKey);
Aspire.StackExchange.Redis (1)
AspireRedisExtensions.cs (1)
148
builder.Services.
ActivateKeyedSingleton
<IConnectionMultiplexer>(serviceKey);
Microsoft.Extensions.DependencyInjection.AutoActivation (5)
AutoActivationExtensions.Keyed.cs (5)
114
.
ActivateKeyedSingleton
<TService>(serviceKey);
133
.
ActivateKeyedSingleton
<TService>(serviceKey);
152
.
ActivateKeyedSingleton
<TService>(serviceKey);
169
.
ActivateKeyedSingleton
<TService>(serviceKey);
357
_ = services.
ActivateKeyedSingleton
<TService>(descriptor.ServiceKey);