4 instantiations of PageModelWithExecutors
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageBinderFactoryTest.cs (4)
602var model = new PageModelWithExecutors(); 645var model = new PageModelWithExecutors(); 688var model = new PageModelWithExecutors(); 739var model = new PageModelWithExecutors();
12 references to PageModelWithExecutors
Microsoft.AspNetCore.Mvc.RazorPages.Test (12)
Infrastructure\PageBinderFactoryTest.cs (12)
579var type = typeof(PageModelWithExecutors); 580var actionDescriptor = GetActionDescriptorWithHandlerMethod(type, nameof(PageModelWithExecutors.OnGet)); 602var model = new PageModelWithExecutors(); 622var type = typeof(PageModelWithExecutors); 623var actionDescriptor = GetActionDescriptorWithHandlerMethod(type, nameof(PageModelWithExecutors.OnGetWithBindNever)); 645var model = new PageModelWithExecutors(); 659var type = typeof(PageModelWithExecutors); 660var actionDescriptor = GetActionDescriptorWithHandlerMethod(type, nameof(PageModelWithExecutors.OnPostWithValidation)); 688var model = new PageModelWithExecutors(); 709var type = typeof(PageModelWithExecutors); 710var actionDescriptor = GetActionDescriptorWithHandlerMethod(type, nameof(PageModelWithExecutors.OnGet)); 739var model = new PageModelWithExecutors();