Implemented interface member:
property
PartManager
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder.PartManager
1 write to PartManager
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreBuilder.cs (1)
26PartManager = manager;
3 references to PartManager
Microsoft.AspNetCore.Mvc.Core.Test (3)
DependencyInjection\MvcCoreBuilderExtensionsTest.cs (3)
28var part = Assert.Single(builder.PartManager.ApplicationParts); 51var part = Assert.Single(builder.PartManager.ApplicationParts); 73Assert.Equal(new ApplicationPart[] { part }, builder.PartManager.ApplicationParts.ToArray());