2 references to MvcCoreMvcOptionsSetup
Microsoft.AspNetCore.Mvc.Core (2)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (2)
135
ServiceDescriptor.Transient<IConfigureOptions<MvcOptions>,
MvcCoreMvcOptionsSetup
>());
137
ServiceDescriptor.Transient<IPostConfigureOptions<MvcOptions>,
MvcCoreMvcOptionsSetup
>());