15 references to DirectoryPath
Microsoft.Build (3)
Definition\Project.cs (1)
4163public string Directory => Project.DirectoryPath;
Definition\ProjectItem.cs (2)
228get { return _project.DirectoryPath; } 862value = 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)
367Assert.Equal(real.DirectoryPath, view.DirectoryPath);
Microsoft.Build.Tasks.UnitTests (1)
OutputPathTests.cs (1)
185var expectedOutputPath = FileUtilities.CombinePaths(project.DirectoryPath, baseOutputPath, configuration).WithTrailingSlash();
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1382projectDirectory = project.DirectoryPath;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
36var directory = loadedProject?.DirectoryPath ?? string.Empty; 366var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 389var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 451var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 491var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, reference.Path); 517var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, projectFilePath); 538var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath); 549var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath);