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