4 references to TypedResultsReturningActionsController
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationModels\DefaultApplicationModelProviderTest.cs (4)
1251var typeInfo = typeof(TypedResultsReturningActionsController).GetTypeInfo(); 1252var actionName = nameof(TypedResultsReturningActionsController.Get); 1274var actionMethod = typeof(TypedResultsReturningActionsController).GetMethod(nameof(TypedResultsReturningActionsController.Get));