3 references to TestProperty
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
Infrastructure\CompiledPageActionDescriptorFactoryTest.cs (3)
263
var propertyInfo = GetType().GetProperty(nameof(
TestProperty
), BindingFlags.Instance | BindingFlags.NonPublic);
297
var propertyInfo = GetType().GetProperty(nameof(
TestProperty
), BindingFlags.Instance | BindingFlags.NonPublic);
327
var propertyInfo = GetType().GetProperty(nameof(
TestProperty
), BindingFlags.Instance | BindingFlags.NonPublic);