3 references to ProjectRootPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
CodeActions\SyncNamespace\CSharpSyncNamespaceTestsBase.cs (3)
41
=> PathUtilities.CombineAbsoluteAndRelativePaths(
ProjectRootPath
, "ProjectA.csproj");
47
return (string.Empty, PathUtilities.CombineAbsoluteAndRelativePaths(
ProjectRootPath
, fileName));
53
return (folderPath, PathUtilities.CombineAbsoluteAndRelativePaths(
ProjectRootPath
, relativePath));