2 references to PathsEqual
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
569
if (!
PathsEqual
(directoryPathParts[index], fullPathParts[index]))
892
return
PathsEqual
(x, y);