1 instantiation of PageModelWithValidation
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageBinderFactoryTest.cs (1)
559var model = new PageModelWithValidation();
5 references to PageModelWithValidation
Microsoft.AspNetCore.Mvc.RazorPages.Test (5)
Infrastructure\PageBinderFactoryTest.cs (5)
520var type = typeof(PageModelWithValidation).GetTypeInfo(); 528Name = nameof(PageModelWithValidation.Validated), 530Property = type.GetProperty(nameof(PageModelWithValidation.Validated)), 559var model = new PageModelWithValidation(); 571Assert.Equal(nameof(PageModelWithValidation.Validated), kvp.Key);