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