2 references to InheritsMethods
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
672
var typeInfo = typeof(
InheritsMethods
).GetTypeInfo();
685
Assert.Equal(nameof(
InheritsMethods
.OnGet), handler.MethodInfo.Name);