2 references to PathsEqual
Roslyn.Diagnostics.Analyzers (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
591
if (!
PathsEqual
(directoryPathParts[index], fullPathParts[index]))
914
return
PathsEqual
(x, y);