3 references to TypeDerivingFromControllerWithServices
Microsoft.AspNetCore.Mvc.Core.Test (3)
Controllers\DefaultControllerActivatorTest.cs (3)
136
ControllerTypeInfo = typeof(
TypeDerivingFromControllerWithServices
).GetTypeInfo()
143
var
controller = Assert.IsType<
TypeDerivingFromControllerWithServices
>(instance);