2 implementations of OnProvidersExecuted
Microsoft.AspNetCore.Mvc.Core (1)
ActionConstraints\DefaultActionConstraintProvider.cs (1)
31
public void
OnProvidersExecuted
(ActionConstraintProviderContext context)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionSelectorTest.cs (1)
1188
public void
OnProvidersExecuted
(ActionConstraintProviderContext context)
4 references to OnProvidersExecuted
Microsoft.AspNetCore.Mvc.Abstractions (3)
ActionConstraints\IActionConstraintProvider.cs (3)
20
/// <see cref="Order"/>. The <see cref="
OnProvidersExecuted
"/> method is called in the reverse ordering after
22
/// <see cref="Order"/> will have its <see cref="
OnProvidersExecuted
"/> method called after that of a provider
42
/// <see cref="Order"/> for details on the order of execution of <see cref="
OnProvidersExecuted
(ActionConstraintProviderContext)"/>.
Microsoft.AspNetCore.Mvc.Core (1)
ActionConstraints\ActionConstraintCache.cs (1)
132
_actionConstraintProviders[i].
OnProvidersExecuted
(context);