8 references to FullPath
Microsoft.DotNet.ApiCompatibility (8)
MetadataInformation.cs (3)
62
string.Equals(
FullPath
, other.
FullPath
, StringComparison.OrdinalIgnoreCase);
68
return HashCode.Combine(AssemblyName, AssemblyId,
FullPath
);
Runner\ApiCompatRunner.cs (5)
86
workItem.Options.IsBaselineComparison ? difference.Left.
FullPath
: "left",
87
workItem.Options.IsBaselineComparison ? difference.Right.
FullPath
: "right"));
114
string? archivePath = metadataInformation[0].
FullPath
.EndsWith(".nupkg") ? metadataInformation[0].
FullPath
: null;
122
string[] assemblyPaths = metadataInformation.Select(add => add.
FullPath
).ToArray();