2 instantiations of PageModelWithSupportsGetProperty
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageBinderFactoryTest.cs (2)
398
var model = new
PageModelWithSupportsGetProperty
();
459
var model = new
PageModelWithSupportsGetProperty
();
12 references to PageModelWithSupportsGetProperty
Microsoft.AspNetCore.Mvc.RazorPages.Test (12)
Infrastructure\PageBinderFactoryTest.cs (12)
352
var type = typeof(
PageModelWithSupportsGetProperty
).GetTypeInfo();
360
Name = nameof(
PageModelWithSupportsGetProperty
.SupportsGet),
362
Property = type.GetProperty(nameof(
PageModelWithSupportsGetProperty
.SupportsGet)),
371
Name = nameof(
PageModelWithSupportsGetProperty
.Default),
373
Property = type.GetProperty(nameof(
PageModelWithSupportsGetProperty
.Default)),
398
var
model = new PageModelWithSupportsGetProperty();
412
var type = typeof(
PageModelWithSupportsGetProperty
).GetTypeInfo();
420
Name = nameof(
PageModelWithSupportsGetProperty
.SupportsGet),
422
Property = type.GetProperty(nameof(
PageModelWithSupportsGetProperty
.SupportsGet)),
430
Name = nameof(
PageModelWithSupportsGetProperty
.Default),
432
Property = type.GetProperty(nameof(
PageModelWithSupportsGetProperty
.Default)),
459
var
model = new PageModelWithSupportsGetProperty();