3 references to ControllerWithoutAttributes
Microsoft.AspNetCore.Mvc.Core.Test (3)
Controllers\DefaultControllerFactoryTest.cs (3)
110
ControllerTypeInfo = typeof(
ControllerWithoutAttributes
).GetTypeInfo()
127
var
controller = Assert.IsType<
ControllerWithoutAttributes
>(result);