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