1 write to MismatchIndexY
xunit.assert (1)
Sdk\AssertEqualityResult.cs (1)
55 MismatchIndexY = mismatchIndexY;
6 references to MismatchIndexY
xunit.assert (6)
EqualityAsserts.cs (1)
150 var innerActualMismatch = innerResult.MismatchIndexY;
Sdk\AssertEqualityResult.cs (4)
148 MismatchIndexX.Equals(other.MismatchIndexY) && 149 MismatchIndexY.Equals(other.MismatchIndexY); 237 (Equal, MismatchIndexX, MismatchIndexY).GetHashCode();
StringAsserts.cs (1)
875 throw EqualException.ForMismatchedStrings(expected.ToString(), actual.ToString(), result.MismatchIndexX ?? -1, result.MismatchIndexY ?? -1);