1 write to _actionDescriptorProviders
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (1)
33
_actionDescriptorProviders
= actionDescriptorProviders
4 references to _actionDescriptorProviders
Microsoft.AspNetCore.Mvc.Core (4)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (4)
122
for (var i = 0; i <
_actionDescriptorProviders
.Length; i++)
124
_actionDescriptorProviders
[i].OnProvidersExecuting(context);
127
for (var i =
_actionDescriptorProviders
.Length - 1; i >= 0; i--)
129
_actionDescriptorProviders
[i].OnProvidersExecuted(context);