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