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