4 writes to Char
Microsoft.DotNet.XUnitAssert.Tests (4)
AsyncCollectionAssertsTests.cs (4)
1265 var expected = new[] { new EquatableObject { Char = 'a' } }; 1266 var actual = new[] { new EquatableObject { Char = 'a' } }.ToAsyncEnumerable(); 1292 var expected = new[] { new EquatableObject { Char = 'a' } }; 1293 var actual = new[] { new EquatableObject { Char = 'b' } }.ToAsyncEnumerable();
2 references to Char
Microsoft.DotNet.XUnitAssert.Tests (2)
AsyncCollectionAssertsTests.cs (2)
1304 other != null && other.Char == Char;