7 references to AsyncActionController
Microsoft.AspNetCore.Mvc.Core.Test (7)
ApplicationModels\DefaultApplicationModelProviderTest.cs (7)
317var typeInfo = typeof(AsyncActionController).GetTypeInfo(); 318var methodInfo = typeInfo.GetMethod(nameof(AsyncActionController.GetPersonAsync)); 337var typeInfo = typeof(AsyncActionController).GetTypeInfo(); 338var methodInfo = typeInfo.GetMethod(nameof(AsyncActionController.GetPersonAsync)); 348Assert.Equal(nameof(AsyncActionController.GetPersonAsync), action.ActionName); 357var typeInfo = typeof(AsyncActionController).GetTypeInfo(); 358var methodInfo = typeInfo.GetMethod(nameof(AsyncActionController.GetAddressAsync));