9 references to PathComparer
Microsoft.NET.ProjectData.Tasks (9)
ProjectDataWriter.cs (9)
806 var seenPortables = new HashSet<string>(PathComparer); 830 var seenPortables = new HashSet<string>(PathComparer); 858 var lookup = new Dictionary<string, ITaskItem>(PathComparer); 905 var lookup = new Dictionary<string, ITaskItem>(PathComparer); 1025 var seenResult = new HashSet<string>(PathComparer); 1065 HashSet<string> seenResult = new(PathComparer); 1807 var lookup = new Dictionary<string, ITaskItem>(PathComparer); 1987 new(PathComparer); 2023 var lookup = new Dictionary<string, ITaskItem>(PathComparer);