2 instantiations of DerivedClassWithOverride
Microsoft.AspNetCore.Shared.Tests (2)
PropertyHelperTest.cs (2)
269var derived = new DerivedClassWithOverride { PropA = "propAValue", PropB = "propBValue" }; 457var instance = new DerivedClassWithOverride();
2 references to DerivedClassWithOverride
Microsoft.AspNetCore.Shared.Tests (2)
PropertyHelperTest.cs (2)
269var derived = new DerivedClassWithOverride { PropA = "propAValue", PropB = "propBValue" }; 457var instance = new DerivedClassWithOverride();