1 write to ImplementationType
Microsoft.AspNetCore.Mvc.Core (1)
TypeFilterAttribute.cs (1)
36ImplementationType = type ?? throw new ArgumentNullException(nameof(type));
5 references to ImplementationType
Microsoft.AspNetCore.Mvc.Core (3)
TypeFilterAttribute.cs (3)
12/// A filter that creates another filter of type <see cref="ImplementationType"/>, retrieving missing constructor 40/// Gets or sets the non-service arguments to pass to the <see cref="ImplementationType"/> constructor. 67_factory = ActivatorUtilities.CreateFactory(ImplementationType, argumentTypes ?? Type.EmptyTypes);
Microsoft.AspNetCore.Mvc.Core.Test (2)
Filters\FilterCollectionTest.cs (2)
21Assert.Equal(typeof(MyFilter), typeFilter.ImplementationType); 36Assert.Equal(typeof(MyFilter), typeFilter.ImplementationType);