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