15 references to DirectoryPath
Microsoft.Build (3)
Definition\Project.cs (1)
4163
public string Directory => Project.
DirectoryPath
;
Definition\ProjectItem.cs (2)
228
get { return _project.
DirectoryPath
; }
862
value = BuiltInMetadata.GetMetadataValueEscaped(_project.
DirectoryPath
, _evaluatedIncludeBeforeWildcardExpansionEscaped, _evaluatedIncludeEscaped, this.Xml.ContainingProject.FullPath, name, ref _fullPath);
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (2)
367
Assert.Equal(real.
DirectoryPath
, view.
DirectoryPath
);
Microsoft.Build.Tasks.UnitTests (1)
OutputPathTests.cs (1)
185
var expectedOutputPath = FileUtilities.CombinePaths(project.
DirectoryPath
, baseOutputPath, configuration).WithTrailingSlash();
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1382
projectDirectory = project.
DirectoryPath
;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
36
var directory = loadedProject?.
DirectoryPath
?? string.Empty;
366
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, filePath);
389
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, filePath);
451
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, filePath);
491
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, reference.Path);
517
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, projectFilePath);
538
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, fullPath);
549
var relativePath = PathUtilities.GetRelativePath(_loadedProject.
DirectoryPath
, fullPath);