1 instantiation of PageModelWithDefaultValue
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageBinderFactoryTest.cs (1)
335
var model = new
PageModelWithDefaultValue
();
4 references to PageModelWithDefaultValue
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageBinderFactoryTest.cs (4)
304
var type = typeof(
PageModelWithDefaultValue
).GetTypeInfo();
312
Name = nameof(
PageModelWithDefaultValue
.PropertyWithDefaultValue),
314
Property = type.GetProperty(nameof(
PageModelWithDefaultValue
.PropertyWithDefaultValue)),
335
var
model = new PageModelWithDefaultValue();