2 references to PageModelWithAbstractMethod
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
804
var typeInfo = typeof(
PageModelWithAbstractMethod
).GetTypeInfo();
805
var expected = typeInfo.GetMethod(nameof(
PageModelWithAbstractMethod
.OnGet), BindingFlags.Public | BindingFlags.Instance);