Implemented interface member:
method
GetDifferences
Microsoft.DotNet.ApiCompatibility.IApiComparer.GetDifferences(System.Collections.Generic.IEnumerable<Microsoft.DotNet.ApiCompatibility.ElementContainer<Microsoft.CodeAnalysis.IAssemblySymbol>>, System.Collections.Generic.IEnumerable<Microsoft.DotNet.ApiCompatibility.ElementContainer<Microsoft.CodeAnalysis.IAssemblySymbol>>)
3 references to GetDifferences
Microsoft.DotNet.ApiCompatibility (1)
ApiComparer.cs (1)
90return GetDifferences(transformedLeft, transformedRight);
Microsoft.DotNet.ApiCompatibility.Tests (2)
CustomSideNameTests.cs (2)
74IEnumerable<CompatDifference> differences = differ.GetDifferences(new[] { left }, new[] { right }); 113IEnumerable<CompatDifference> differences = differ.GetDifferences(new[] { left }, new[] { right });