3 references to AddService
Microsoft.AspNetCore.Mvc.Core (2)
Filters\FilterCollection.cs (2)
123return AddService(filterType, order: 0); 139return AddService(typeof(TFilterType), order);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Filters\FilterCollectionTest.cs (1)
118var added = collection.AddService(typeof(MyFilter), 17);