9 references to ComparePortablePaths
Microsoft.NET.ProjectData.Tasks (9)
ProjectDataWriter.cs (9)
791 portables.Sort(ComparePortablePaths); 882 sortedPaths.Sort(ComparePortablePaths); 924 sortedPaths.Sort(ComparePortablePaths); 994 result.Sort(static (a, b) => ComparePortablePaths(a.Key, b.Key)); 1054 result.Sort(ComparePortablePaths); 1071 result.Sort(ComparePortablePaths); 1921 directories.Sort(static (a, b) => ComparePortablePaths(a.DisplayName, b.DisplayName)); 1922 files.Sort(static (a, b) => ComparePortablePaths(a.DisplayName, b.DisplayName)); 2038 sortedPaths.Sort(ComparePortablePaths);