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