4 references to TestApplicationPart
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
TestApplicationPart.cs (2)
28: this(types.Select(t => t.GetTypeInfo())) 33: this(types.Select(t => t.GetTypeInfo()))
ViewComponents\DefaultViewComponentDescriptorProviderTest.cs (1)
171manager.ApplicationParts.Add(new TestApplicationPart(types));
ViewComponents\DefaultViewComponentHelperTest.cs (1)
192manager.ApplicationParts.Add(new TestApplicationPart(types));