4 writes to Char
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
1387 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1388 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1396 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1397 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'b' } } };
2 references to Char
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
1415 other != null && other.Char == Char;