3 references to GetPathParts
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (3)
580var directoryPathParts = GetPathParts(directory); 581var fullPathParts = GetPathParts(fullPath); 877var parts = GetPathParts(p);