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