2 references to Property1
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (2)
156Assert.Equal(typeInfo.GetProperty(nameof(PageWithModelWithoutPageModelAttribute.Property1)), property.PropertyInfo); 158Assert.Equal(nameof(PageWithModelWithoutPageModelAttribute.Property1), property.PropertyName);