7 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
MSBuild\ProjectFile\ProjectFile.cs (7)
125
outputFilePath =
GetAbsolutePathRelativeToProject
(outputFilePath);
131
outputRefFilePath =
GetAbsolutePathRelativeToProject
(outputRefFilePath);
137
:
GetAbsolutePathRelativeToProject
(generatedFilesOutputDirectory);
142
intermediateOutputFilePath =
GetAbsolutePathRelativeToProject
(intermediateOutputFilePath);
295
=>
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec);
314
_documents[
GetAbsolutePathRelativeToProject
(item.EvaluatedInclude)] = item;
318
return !_documents.ContainsKey(
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec));