1 write to _actionInvokerProviders
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionInvokerFactory.cs (1)
17_actionInvokerProviders = actionInvokerProviders.OrderBy(item => item.Order).ToArray();
3 references to _actionInvokerProviders
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\ActionInvokerFactory.cs (3)
24foreach (var provider in _actionInvokerProviders) 29for (var i = _actionInvokerProviders.Length - 1; i >= 0; i--) 31_actionInvokerProviders[i].OnProvidersExecuted(context);