Base:
property
PropA
Microsoft.Extensions.Internal.PropertyHelperTest.BaseClassWithVirtual.PropA
1 write to PropA
Microsoft.AspNetCore.Shared.Tests (1)
PropertyHelperTest.cs (1)
269var derived = new DerivedClassWithOverride { PropA = "propAValue", PropB = "propBValue" };
1 reference to PropA
Microsoft.AspNetCore.Shared.Tests (1)
PropertyHelperTest.cs (1)
466Assert.Equal("OverridenTest value", instance.PropA);