12 references to GetProperty
Microsoft.AspNetCore.Http.Extensions.Tests (12)
PropertyAsParameterInfoTests.cs (12)
14var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute)); 26var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute)); 39var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute)); 50var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute)); 62var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute)); 74var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute)); 90var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute)); 110var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute)); 130var propertyInfo = GetProperty(typeof(DerivedArgumentList), nameof(DerivedArgumentList.WithTestAttribute)); 141var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute)); 152var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute)); 168var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));