4 references to CombinePossiblyRelativeAndRelativePaths
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\SyncNamespace\CSharpSyncNamespaceTestsBase.cs (1)
51var relativePath = PathUtilities.CombinePossiblyRelativeAndRelativePaths(folderPath, fileName);
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs (1)
51var suppressionsFilePath = PathUtilities.CombinePossiblyRelativeAndRelativePaths(directory, suppressionsFileName);
Microsoft.CodeAnalysis.Workspaces (2)
PathUtilities.cs (2)
399/// <seealso cref="CombinePossiblyRelativeAndRelativePaths"/> 404return CombinePossiblyRelativeAndRelativePaths(root, relativePath);