2 instantiations of DerivedClassWithNew
Microsoft.AspNetCore.Shared.Tests (2)
PropertyHelperTest.cs (2)
249var derived = new DerivedClassWithNew { PropA = "propAValue" }; 473var instance = new DerivedClassWithNew();
2 references to DerivedClassWithNew
Microsoft.AspNetCore.Shared.Tests (2)
PropertyHelperTest.cs (2)
249var derived = new DerivedClassWithNew { PropA = "propAValue" }; 473var instance = new DerivedClassWithNew();