1 write to PropertyInfo
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\PropertyActivator\PropertyActivator.cs (1)
21PropertyInfo = propertyInfo ?? throw new ArgumentNullException(nameof(propertyInfo));
3 references to PropertyInfo
Microsoft.AspNetCore.Shared.Tests (3)
PropertyActivatorTest.cs (3)
71Assert.Equal(expectedPropertyInfo, activator.PropertyInfo); 95Assert.Equal(expectedPropertyInfo, activator.PropertyInfo); 115Assert.Single(propertiesToActivate, p => p.PropertyInfo == expectedPropertyInfo);