1 instantiation of TestPage
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BindPropertyIntegrationTest.cs (1)
235var page = new TestPage();
5 references to TestPage
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
BindPropertyIntegrationTest.cs (5)
186var propertyInfo = typeof(TestPage).GetProperty(nameof(TestPage.BindRequiredProperty)); 198var typeInfo = typeof(TestPage).GetTypeInfo(); 220.GetMetadataForProperty(typeof(TestPage), propertyDescriptor.Name); 235var page = new TestPage();