5 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\ProjectInstanceReader.cs (5)
55outputFilePath = GetAbsolutePathRelativeToProject(outputFilePath); 61outputRefFilePath = GetAbsolutePathRelativeToProject(outputRefFilePath); 67: GetAbsolutePathRelativeToProject(generatedFilesOutputDirectory); 72intermediateOutputFilePath = GetAbsolutePathRelativeToProject(intermediateOutputFilePath); 246=> GetAbsolutePathRelativeToProject(documentItem.ItemSpec);