8 references to TryAddTransient
Microsoft.AspNetCore.Mvc.Core (4)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (4)
200services.TryAddTransient<RequestSizeLimitFilter>(); 201services.TryAddTransient<DisableRequestSizeLimitFilter>(); 202services.TryAddTransient<RequestFormLimitsFilter>(); 253services.TryAddTransient<MvcAttributeRouteHandler>(); // Many per app
Microsoft.AspNetCore.Mvc.RazorPages (1)
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (1)
149services.TryAddTransient<PageSaveTempDataPropertyFilter>();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
192services.TryAddTransient<ControllerSaveTempDataPropertyFilter>();
Microsoft.AspNetCore.Routing (2)
DependencyInjection\RoutingServiceCollectionExtensions.cs (2)
86services.TryAddTransient<DfaMatcherBuilder>(); 88services.TryAddTransient<DataSourceDependentMatcher.Lifetime>();