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