2 references to _pathComparer
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
648_solutionFilter = new HashSet<string>(_pathComparer); 907HashSet<string> projectPaths = new HashSet<string>(_projectsInOrder.Count, _pathComparer);