5 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\ProjectInstanceReader.cs (5)
48
outputFilePath =
GetAbsolutePathRelativeToProject
(outputFilePath);
54
outputRefFilePath =
GetAbsolutePathRelativeToProject
(outputRefFilePath);
60
:
GetAbsolutePathRelativeToProject
(generatedFilesOutputDirectory);
65
intermediateOutputFilePath =
GetAbsolutePathRelativeToProject
(intermediateOutputFilePath);
234
=>
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec);