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)
122for (var i = 0; i < _actionDescriptorProviders.Length; i++) 124_actionDescriptorProviders[i].OnProvidersExecuting(context); 127for (var i = _actionDescriptorProviders.Length - 1; i >= 0; i--) 129_actionDescriptorProviders[i].OnProvidersExecuted(context);