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