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