1 instantiation of ShallowElementComparer
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\AssertXml.cs (1)
213
public static readonly IEqualityComparer<XElement> Instance = new
ShallowElementComparer
();
1 reference to ShallowElementComparer
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\AssertXml.cs (1)
50
if (!CheckEqual(expectedRoot, actualRoot,
ShallowElementComparer
.Instance, out var firstMismatch))