5 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\ProjectInstanceReader.cs (5)
51outputFilePath = GetAbsolutePathRelativeToProject(outputFilePath); 57outputRefFilePath = GetAbsolutePathRelativeToProject(outputRefFilePath); 63: GetAbsolutePathRelativeToProject(generatedFilesOutputDirectory); 68intermediateOutputFilePath = GetAbsolutePathRelativeToProject(intermediateOutputFilePath); 242=> GetAbsolutePathRelativeToProject(documentItem.ItemSpec);