5 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\ProjectInstanceReader.cs (5)
47
outputFilePath =
GetAbsolutePathRelativeToProject
(outputFilePath);
53
outputRefFilePath =
GetAbsolutePathRelativeToProject
(outputRefFilePath);
59
:
GetAbsolutePathRelativeToProject
(generatedFilesOutputDirectory);
64
intermediateOutputFilePath =
GetAbsolutePathRelativeToProject
(intermediateOutputFilePath);
238
=>
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec);