1 write to _projectDirectory
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
87
_projectDirectory
= Path.GetDirectoryName(projectFilePath);
1 reference to _projectDirectory
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
216
var relativePath = PathUtilities.GetRelativePath(
_projectDirectory
, filename);