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