12 references to AssemblyId
Microsoft.DotNet.ApiCompatibility (10)
MetadataInformation.cs (3)
61string.Equals(AssemblyId, other.AssemblyId, StringComparison.Ordinal) && 68return HashCode.Combine(AssemblyName, AssemblyId, FullPath);
Runner\ApiCompatRunner.cs (6)
71Left = difference.Left.AssemblyId, 72Right = difference.Right.AssemblyId, 84difference.Left.AssemblyId, 85difference.Right.AssemblyId, 117string[] relativePaths = metadataInformation.Select(add => add.AssemblyId).ToArray(); 135metadataInformation[i].AssemblyId));
Runner\ApiCompatRunnerWorkItem.cs (1)
70public override string ToString() => $"{Left.Select(l => l.AssemblyId).Aggregate((l1, l2) => l1 + ", " + l2)}: {Options}";
Microsoft.DotNet.ApiCompatibility.Tests (2)
CustomSideNameTests.cs (2)
201AssertNames(difference, difference.Left.AssemblyId, difference.Right.AssemblyId);