3 references to ValueGetter
Microsoft.AspNetCore.Shared.Tests (3)
PropertyHelperTest.cs (2)
55Assert.NotNull(helper.ValueGetter); 56Assert.Equal("baz", helper.ValueGetter(anonymous));
src\Shared\PropertyHelper\PropertyHelper.cs (1)
100return ValueGetter(instance);