1 write to ImplementationType
Microsoft.AspNetCore.Mvc.Core (1)
TypeFilterAttribute.cs (1)
36
ImplementationType
= type ?? throw new ArgumentNullException(nameof(type));
3 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);