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