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