3 references to AddApplicationPart
ControllersFromServicesWebSite (1)
Startup.cs (1)
19.AddApplicationPart(typeof(TimeScheduleController).GetTypeInfo().Assembly)
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\MvcBuilderExtensionsTest.cs (2)
27var result = builder.AddApplicationPart(assembly); 51builder.AddApplicationPart(assembly);