4 references to Property
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\Sdk\AssertHelperTests.cs (4)
24 (Expression<Func<Child, object?>>)(c => c.Property), 25 (Expression<Func<Parent, object?>>)(c => c.ParentProperty.Property), 26 (Expression<Func<Grandparent, object?>>)(c => c.GrandparentProperty!.ParentProperty.Property) 59 (Expression<Func<Grandparent, object?>>)(c => c.GrandparentProperty!.ParentField.Property)