2 references to HandlerWithParameters
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (2)
253var handlerTypeInfo = typeof(HandlerWithParameters).GetTypeInfo(); 254var handlerMethod = handlerTypeInfo.GetMethod(nameof(HandlerWithParameters.OnPost));