7 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
MSBuild\ProjectFile\ProjectFile.cs (7)
123
outputFilePath =
GetAbsolutePathRelativeToProject
(outputFilePath);
129
outputRefFilePath =
GetAbsolutePathRelativeToProject
(outputRefFilePath);
135
:
GetAbsolutePathRelativeToProject
(generatedFilesOutputDirectory);
140
intermediateOutputFilePath =
GetAbsolutePathRelativeToProject
(intermediateOutputFilePath);
296
=>
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec);
315
_documents[
GetAbsolutePathRelativeToProject
(item.EvaluatedInclude)] = item;
319
return !_documents.ContainsKey(
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec));