2 references to GetComponentFullName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
53FullName = ViewComponentConventions.GetComponentFullName(typeInfo),
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\ViewComponentConventionsTest.cs (1)
87var result = ViewComponentConventions.GetComponentFullName(type.GetTypeInfo());