2 references to ServiceFilterAttribute
Microsoft.AspNetCore.Mvc.Core (2)
Filters\FilterCollection.cs (1)
165var filter = new ServiceFilterAttribute(filterType) { Order = order };
ServiceFilterOfTAttribute.cs (1)
17public ServiceFilterAttribute() : base(typeof(TFilter)) { }