3 references to AddTransient
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceCollectionServiceExtensions.cs (2)
129return services.AddTransient(typeof(TService), implementationFactory); 153return services.AddTransient(typeof(TService), implementationFactory);
Microsoft.Maui (1)
Hosting\MauiHandlersCollectionExtensions.cs (1)
65 handlersCollection.AddTransient(typeof(TType), handlerImplementationFactory);