6 references to ActionConstraintCache
Microsoft.AspNetCore.Mvc.Core (6)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
161services.TryAddSingleton<ActionConstraintCache>();
Infrastructure\ActionSelector.cs (3)
21private readonly ActionConstraintCache _actionConstraintCache; 32/// <param name="actionConstraintCache">The <see cref="ActionConstraintCache"/> that 37ActionConstraintCache actionConstraintCache,
Routing\ActionConstraintMatcherPolicy.cs (2)
21private readonly ActionConstraintCache _actionConstraintCache; 23public ActionConstraintMatcherPolicy(ActionConstraintCache actionConstraintCache)