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