8 instantiations of StructuralStringWrapper
Microsoft.DotNet.XUnitAssert.Tests (8)
Asserts\EqualityAssertsTests.cs (8)
831 var expected = new StructuralStringWrapper("a"); 832 var actual = new StructuralStringWrapper("a"); 842 var expected = new StructuralStringWrapper("a"); 843 var actual = new StructuralStringWrapper("b"); 3266 var expected = new StructuralStringWrapper("a"); 3267 var actual = new StructuralStringWrapper("a"); 3295 var expected = new StructuralStringWrapper("a"); 3296 var actual = new StructuralStringWrapper("b");
9 references to StructuralStringWrapper
Microsoft.DotNet.XUnitAssert.Tests (9)
Asserts\EqualityAssertsTests.cs (9)
831 var expected = new StructuralStringWrapper("a"); 832 var actual = new StructuralStringWrapper("a"); 842 var expected = new StructuralStringWrapper("a"); 843 var actual = new StructuralStringWrapper("b"); 3266 var expected = new StructuralStringWrapper("a"); 3267 var actual = new StructuralStringWrapper("a"); 3295 var expected = new StructuralStringWrapper("a"); 3296 var actual = new StructuralStringWrapper("b"); 4756 if (other is not StructuralStringWrapper otherWrapper)