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)
24
foreach (var provider in
_actionInvokerProviders
)
29
for (var i =
_actionInvokerProviders
.Length - 1; i >= 0; i--)
31
_actionInvokerProviders
[i].OnProvidersExecuted(context);