Implemented interface member:
property
PartManager
Microsoft.Extensions.DependencyInjection.IMvcBuilder.PartManager
1 write to PartManager
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcBuilder.cs (1)
24PartManager = manager;
3 references to PartManager
Microsoft.AspNetCore.Mvc.Core.Test (3)
DependencyInjection\MvcBuilderExtensionsTest.cs (3)
31var part = Assert.Single(builder.PartManager.ApplicationParts); 54var part = Assert.Single(builder.PartManager.ApplicationParts); 76Assert.Equal(new ApplicationPart[] { part }, builder.PartManager.ApplicationParts.ToArray());