16 writes to FullName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
53
FullName
= ViewComponentConventions.GetComponentFullName(typeInfo),
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (14)
ViewComponentResultTest.cs (14)
76
FullName
= "Full.Name.Text",
174
FullName
= "Full.Name.Text",
205
FullName
= "Full.Name.Text",
236
FullName
= "Full.Name.AsyncText",
267
FullName
= "Full.Name.Text",
308
FullName
= "Full.Name.Text",
339
FullName
= "Full.Name.Text",
370
FullName
= "Full.Name.Text",
402
FullName
= "Full.Name.Text",
444
FullName
= "Full.Name.Text",
485
FullName
= "Full.Name.Text",
545
FullName
= "Full.Name.Text",
585
FullName
= "Full.Name.Text",
624
FullName
= "Full.Name.Text",
TagHelpersWebSite (1)
TagHelpers\TagCloudViewComponentTagHelper.cs (1)
53
FullName
= "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)
133
var viewBuffer = new ViewBuffer(_viewBufferScope, descriptor.
FullName
, ViewBuffer.ViewComponentPageSize);
142
Resources.FormatViewComponent_IViewComponentFactory_ReturnedNull(descriptor.
FullName
));
ViewComponents\DefaultViewComponentSelector.cs (2)
60
_lookupByFullName = collection.Items.ToLookup(c => c.
FullName
, c => c);
97
candidate.
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
"/>.