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