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