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