4 writes to Char
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\AsyncCollectionAssertsTests.cs (4)
910
var expected = new[] { new EquatableObject {
Char
= 'a' } };
911
var actual = new[] { new EquatableObject {
Char
= 'a' } }.ToAsyncEnumerable();
920
var expected = new[] { new EquatableObject {
Char
= 'a' } };
921
var actual = new[] { new EquatableObject {
Char
= 'b' } }.ToAsyncEnumerable();
3 references to Char
Microsoft.DotNet.XUnitAssert.Tests (3)
Asserts\AsyncCollectionAssertsTests.cs (3)
956
other != null && other.
Char
==
Char
;
962
Char
.GetHashCode();