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