1 write to Value
Microsoft.DotNet.XUnitAssert.Tests (1)
EqualityAssertsTests.cs (1)
4434 Value = value;
3 references to Value
Microsoft.DotNet.XUnitAssert.Tests (3)
EqualityAssertsTests.cs (3)
4442 public override bool Equals(object? obj) => Value == ((ComparableThrower?)obj)!.Value; 4444 public override int GetHashCode() => Value;