1 write to ServiceType
Microsoft.AspNetCore.Mvc.Core (1)
ServiceFilterAttribute.cs (1)
32
ServiceType
= type ?? throw new ArgumentNullException(nameof(type));
1 reference to ServiceType
Microsoft.AspNetCore.Mvc.Core (1)
ServiceFilterAttribute.cs (1)
51
var filter = (IFilterMetadata)serviceProvider.GetRequiredService(
ServiceType
);