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