15 references to DirectoryPath
Microsoft.Build (3)
Definition\Project.cs (1)
4184public 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 (2)
MSBuildInternalMessage_Tests.cs (1)
157var targetPathParameter = expectedResourceName == "CommonSdk.DeploymentUnpublishable" ? "" : Path.Combine(project.DirectoryPath, "bin", "test.txt");
OutputPathTests.cs (1)
193var expectedOutputPath = FileUtilities.CombinePaths(project.DirectoryPath, baseOutputPath, configuration).WithTrailingSlash();
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1394projectDirectory = project.DirectoryPath;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
MSBuild\ProjectFile\ProjectFile.cs (7)
56var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 79var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 141var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 181var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 207var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 228var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 239var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);