2 references to AddService
Microsoft.AspNetCore.Mvc.Core (2)
Filters\FilterCollection.cs (2)
123return AddService(filterType, order: 0); 139return AddService(typeof(TFilterType), order);