1 write to _filterProviders
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerCache.cs (1)
36_filterProviders = filterProviders.ToArray();
2 references to _filterProviders
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvokerCache.cs (2)
55var filterFactoryResult = FilterFactory.GetAllFilters(_filterProviders, actionContext); 63_filterProviders,