1 write to MismatchIndexX
xunit.assert (1)
Sdk\AssertEqualityResult.cs (1)
54
MismatchIndexX
= mismatchIndexX;
7 references to MismatchIndexX
xunit.assert (7)
EqualityAsserts.cs (4)
148
var innerExpectedMismatch = innerResult.
MismatchIndexX
;
158
"Collections differ at index " + result.
MismatchIndexX
163
mismatchedIndex = result.
MismatchIndexX
;
599
mismatchedIndex = result.
MismatchIndexX
;
Sdk\AssertEqualityResult.cs (2)
148
MismatchIndexX
.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);