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