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