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