10 references to DirectoryPath
Microsoft.Build (3)
Definition\Project.cs (1)
4215public 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)
65var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 88var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 150var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 190var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 216var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 237var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 248var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);