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