5 references to WorldController
Microsoft.AspNetCore.Mvc.Core.Test (5)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (5)
55
var controllerType2 = typeof(
WorldController
).GetTypeInfo();
56
var actionMethod2 = controllerType2.GetMethod(nameof(
WorldController
.GetWorld));
113
var controllerType2 = typeof(
WorldController
).GetTypeInfo();
114
var property2 = controllerType2.GetProperty(nameof(
WorldController
.Property2));
154
app.Controllers.Add(new ControllerModel(typeof(
WorldController
).GetTypeInfo(), Array.Empty<object>()));