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