4 writes to Char
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
2054 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2055 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2071 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2072 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'b' } } };
2 references to Char
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
2082 other != null && other.Char == Char;