6 references to GetAbsolutePathRelativeToProject
Microsoft.CodeAnalysis.Workspaces.MSBuild (6)
MSBuild\ProjectFile\ProjectFile.cs (6)
121
outputFilePath =
GetAbsolutePathRelativeToProject
(outputFilePath);
127
outputRefFilePath =
GetAbsolutePathRelativeToProject
(outputRefFilePath);
133
intermediateOutputFilePath =
GetAbsolutePathRelativeToProject
(intermediateOutputFilePath);
234
=>
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec);
253
_documents[
GetAbsolutePathRelativeToProject
(item.EvaluatedInclude)] = item;
257
return !_documents.ContainsKey(
GetAbsolutePathRelativeToProject
(documentItem.ItemSpec));