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