1 implementation of GetDifferences
Microsoft.DotNet.ApiCompatibility (1)
ApiComparer.cs (1)
94
public IEnumerable<CompatDifference>
GetDifferences
(ElementContainer<IAssemblySymbol> left,
1 reference to GetDifferences
Microsoft.DotNet.ApiCompatibility.Tests (1)
Runner\ApiCompatRunnerTests.cs (1)
21
.Setup(y => y.
GetDifferences
(It.IsAny<ElementContainer<IAssemblySymbol>>(), It.IsAny<IReadOnlyList<ElementContainer<IAssemblySymbol>>>()))