10 references to DirectoryPath
Microsoft.Build (3)
Definition\Project.cs (1)
4173public string Directory => Project.DirectoryPath;
Definition\ProjectItem.cs (2)
228get { return _project.DirectoryPath; } 853? BuiltInMetadata.GetMetadataValueEscaped(_project.DirectoryPath, _evaluatedIncludeBeforeWildcardExpansionEscaped, _evaluatedIncludeEscaped, Xml.ContainingProject.FullPath, modifierKind, ref _cachedModifiers)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
MSBuild\ProjectFile\ProjectFile.cs (7)
59var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 82var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 144var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 184var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 210var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 231var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 242var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);