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