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