11 references to GetValue
Microsoft.AspNetCore.Shared.Tests (11)
PropertyHelperTest.cs (10)
41Assert.Equal("baz", helper.GetValue(anonymous)); 104Assert.Equal(32, helper.GetValue(anonymous)); 221Assert.Equal(3, helper1.GetValue(anonymous)); 222Assert.Equal("Five", helper2.GetValue(anonymous)); 241Assert.Equal("propAValue", propAHelper.GetValue(derived)); 242Assert.Equal("propBValue", propBHelper.GetValue(derived)); 261Assert.Equal("propAValue", propAHelper.GetValue(derived)); 262Assert.Equal("Newed", propBHelper.GetValue(derived)); 281Assert.Equal("OverridenpropAValue", propAHelper.GetValue(derived)); 282Assert.Equal("propBValue", propBHelper.GetValue(derived));
src\Shared\PropertyHelper\PropertyHelper.cs (1)
335dictionary[helper.Name] = helper.GetValue(value);