4 references to TestApplicationPart
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (1)
1384manager.ApplicationParts.Add(new TestApplicationPart(controllerTypes));
Infrastructure\ActionSelectorTest.cs (1)
1018manager.ApplicationParts.Add(new TestApplicationPart(controllerTypes));
TestApplicationPart.cs (2)
28: this(types.Select(t => t.GetTypeInfo())) 33: this(types.Select(t => t.GetTypeInfo()))