16 writes to FullName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
53FullName = ViewComponentConventions.GetComponentFullName(typeInfo),
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (14)
ViewComponentResultTest.cs (14)
76FullName = "Full.Name.Text", 174FullName = "Full.Name.Text", 205FullName = "Full.Name.Text", 236FullName = "Full.Name.AsyncText", 267FullName = "Full.Name.Text", 308FullName = "Full.Name.Text", 339FullName = "Full.Name.Text", 370FullName = "Full.Name.Text", 402FullName = "Full.Name.Text", 444FullName = "Full.Name.Text", 485FullName = "Full.Name.Text", 545FullName = "Full.Name.Text", 585FullName = "Full.Name.Text", 624FullName = "Full.Name.Text",
TagHelpersWebSite (1)
TagHelpers\TagCloudViewComponentTagHelper.cs (1)
53FullName = "TagCloudViewComponentTagHelper",
12 references to FullName
Microsoft.AspNetCore.Mvc.RazorPages (4)
PageBase.cs (2)
1204/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param> 1228/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param>
PageModel.cs (2)
1562/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param> 1586/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param>
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
Controller.cs (2)
213/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param> 239/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param>
ViewComponents\DefaultViewComponentHelper.cs (2)
133var viewBuffer = new ViewBuffer(_viewBufferScope, descriptor.FullName, ViewBuffer.ViewComponentPageSize); 142Resources.FormatViewComponent_IViewComponentFactory_ReturnedNull(descriptor.FullName));
ViewComponents\DefaultViewComponentSelector.cs (2)
60_lookupByFullName = collection.Items.ToLookup(c => c.FullName, c => c); 97candidate.FullName));
ViewComponents\ViewComponentDescriptor.cs (2)
55/// <c>ViewComponent</c> as a suffix, the suffix will be omitted from the <see cref="FullName"/>. 67/// the <see cref="FullName"/>.