41 references to AddSingleton
DependencyInjectionApp (1)
HtmlGenerationWebSite (1)
Microsoft.AspNetCore.AsyncState (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.Http.Results.Tests (15)
Microsoft.AspNetCore.Mvc.Core.Test (3)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Microsoft.AspNetCore.SignalR.Tests (12)
AddSignalRTests.cs (6)
30serviceCollection.AddSingleton(typeof(HubLifetimeManager<>), typeof(CustomHubLifetimeManager<>));
33serviceCollection.AddSingleton(typeof(IHubContext<>), typeof(CustomHubContext<>));
34serviceCollection.AddSingleton(typeof(IHubContext<,>), typeof(CustomHubContext<,>));
58serviceCollection.AddSingleton(typeof(HubLifetimeManager<>), typeof(CustomHubLifetimeManager<>));
61serviceCollection.AddSingleton(typeof(IHubContext<>), typeof(CustomHubContext<>));
62serviceCollection.AddSingleton(typeof(IHubContext<,>), typeof(CustomHubContext<,>));
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Microsoft.Extensions.DependencyInjection.AutoActivation (1)
SocialWeather (1)