4 instantiations of Person
Microsoft.DotNet.XUnitAssert.Tests (4)
EquivalenceAssertsTests.cs (4)
1769 var expected = new Person { ID = 42, Relationships = (parent: new Person { ID = 2112 }, child: null) }; 1770 var actual = new Person { ID = 42, Relationships = (parent: new Person { ID = 2112 }, child: null) };
4 references to Person
Microsoft.DotNet.XUnitAssert.Tests (4)
EquivalenceAssertsTests.cs (4)
1769 var expected = new Person { ID = 42, Relationships = (parent: new Person { ID = 2112 }, child: null) }; 1770 var actual = new Person { ID = 42, Relationships = (parent: new Person { ID = 2112 }, child: null) }; 1779 public (Person? parent, Person? child) Relationships;