3 references to GetDirectoryName
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\MatchFolderAndNamespace\AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
150PathUtilities.GetDirectoryName(namespaceDeclaration.SyntaxTree.FilePath)!);
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
176currentChild = GetDirectoryName(currentChild); 532currentPath = GetDirectoryName(currentPath);