1 write to TypeInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
55
TypeInfo
= typeInfo,
8 references to TypeInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
ViewComponents\DefaultViewComponentActivator.cs (3)
39
var componentType = context.ViewComponentDescriptor.
TypeInfo
;
44
nameof(context.ViewComponentDescriptor.
TypeInfo
),
50
context.ViewComponentDescriptor.
TypeInfo
.AsType());
ViewComponents\DefaultViewComponentHelper.cs (1)
99
if (descriptor.
TypeInfo
== componentType.GetTypeInfo())
ViewComponents\DefaultViewComponentSelector.cs (1)
96
candidate.
TypeInfo
.FullName,
ViewComponents\ServiceBasedViewComponentActivator.cs (1)
19
var viewComponentType = context.ViewComponentDescriptor.
TypeInfo
.AsType();
ViewComponents\ViewComponentDescriptor.cs (1)
34
_displayName =
TypeInfo
?.FullName;
ViewComponents\ViewComponentInvokerCache.cs (1)
62
viewComponentDescriptor.
TypeInfo
,