2 references to PathsEqual
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
610
&&
PathsEqual
(childPath, parentPath, parentPath.Length)
648
return
PathsEqual
(path1, path2, Math.Max(path1.Length, path2.Length));