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