5 references to TryAddKeyedSingleton
Microsoft.Extensions.Caching.Hybrid.Tests (3)
ServiceConstructionTests.cs (3)
60
services.
TryAddKeyedSingleton
<IDistributedCache, CustomMemoryDistributedCache1>(typeof(CustomMemoryDistributedCache1));
185
services.
TryAddKeyedSingleton
<IDistributedCache, CustomMemoryDistributedCache1>(typeof(CustomMemoryDistributedCache1));
186
services.
TryAddKeyedSingleton
<IDistributedCache, CustomMemoryDistributedCache2>(typeof(CustomMemoryDistributedCache2));
Microsoft.Extensions.Http.Diagnostics (2)
Logging\HttpClientLoggingHttpClientBuilderExtensions.cs (2)
93
builder.Services.
TryAddKeyedSingleton
<IHttpRequestReader, HttpRequestReader>(builder.Name);
94
builder.Services.
TryAddKeyedSingleton
<IHttpHeadersReader, HttpHeadersReader>(builder.Name);