4 writes to Char
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\AsyncCollectionAssertsTests.cs (4)
1277 var expected = new[] { new EquatableObject { Char = 'a' } }; 1278 var actual = new[] { new EquatableObject { Char = 'a' } }.ToAsyncEnumerable(); 1309 var expected = new[] { new EquatableObject { Char = 'a' } }; 1310 var actual = new[] { new EquatableObject { Char = 'b' } }.ToAsyncEnumerable();
3 references to Char
Microsoft.DotNet.XUnitAssert.Tests (3)
Asserts\AsyncCollectionAssertsTests.cs (3)
1321 other != null && other.Char == Char; 1327 Char.GetHashCode();