2 instantiations of ViewComponentsPart
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationParts\ApplicationPartManagerTest.cs (2)
14
manager.ApplicationParts.Add(new
ViewComponentsPart
("ViewComponentsPartB"));
63
manager.ApplicationParts.Add(new
ViewComponentsPart
("ViewComponentsPart"));
2 references to ViewComponentsPart
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationParts\ApplicationPartManagerTest.cs (2)
121
foreach (
var
part in parts.OfType<
ViewComponentsPart
>())