1 instantiation of MvcCoreBuilder
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
59var builder = new MvcCoreBuilder(services, partManager);
2 references to MvcCoreBuilder
Microsoft.AspNetCore.Mvc.Core (2)
DependencyInjection\MvcCoreBuilder.cs (1)
14/// Initializes a new <see cref="MvcCoreBuilder"/> instance.
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
59var builder = new MvcCoreBuilder(services, partManager);