6 references to OSSpecificPathComparer
Microsoft.CodeAnalysis.Razor.Workspaces (4)
ProjectSystem\HostProject.cs (4)
55
PathUtilities.
OSSpecificPathComparer
.Equals(FilePath, other.FilePath) &&
56
PathUtilities.
OSSpecificPathComparer
.Equals(IntermediateOutputPath, other.IntermediateOutputPath) &&
66
hash.Add(FilePath, PathUtilities.
OSSpecificPathComparer
);
67
hash.Add(IntermediateOutputPath, PathUtilities.
OSSpecificPathComparer
);
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
27
private readonly HashSet<string> _frameworkProjects = new(PathUtilities.
OSSpecificPathComparer
);
LanguageClient\ViewCodeCommandHandler.FileExistsHelper.cs (1)
27
_cache = new(PathUtilities.
OSSpecificPathComparer
);