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