4 writes to Char
Microsoft.DotNet.XUnitAssert.Tests (4)
AsyncCollectionAssertsTests.cs (4)
906 var expected = new[] { new EquatableObject { Char = 'a' } }; 907 var actual = new[] { new EquatableObject { Char = 'a' } }.ToAsyncEnumerable(); 916 var expected = new[] { new EquatableObject { Char = 'a' } }; 917 var actual = new[] { new EquatableObject { Char = 'b' } }.ToAsyncEnumerable();
2 references to Char
Microsoft.DotNet.XUnitAssert.Tests (2)
AsyncCollectionAssertsTests.cs (2)
947 other != null && other.Char == Char;