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