6 references to GetDirectoryName
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
148PathUtilities.GetDirectoryName(namespaceDeclaration.SyntaxTree.FilePath)!);
PathUtilities.cs (2)
175currentChild = GetDirectoryName(currentChild); 531currentPath = GetDirectoryName(currentPath);
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
ProjectExtensions.cs (3)
53var diagnosticFilePath = PathUtilities.GetDirectoryName(diagnostic?.Location.SourceTree?.FilePath ?? project.FilePath); 69var analyzerConfigDirectory = PathUtilities.GetDirectoryName(analyzerConfigDocument.FilePath)!; 92var solutionOrProjectDirectoryPath = PathUtilities.GetDirectoryName(solutionOrProjectFilePath);