3 references to TryAddScoped
Microsoft.AspNetCore.SignalR.Core (1)
SignalRDependencyInjectionExtensions.cs (1)
32services.TryAddScoped(typeof(IHubActivator<>), typeof(DefaultHubActivator<>));
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Extensions\ServiceCollectionDescriptorExtensions.cs (2)
285TryAddScoped(collection, typeof(TService), typeof(TService)); 303TryAddScoped(collection, typeof(TService), typeof(TImplementation));