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