1 write to ProjectDirectory
dotnet (1)
MsbuildProject.cs (1)
37ProjectDirectory = PathUtilities.EnsureTrailingSlash(ProjectRootElement.DirectoryPath);
2 references to ProjectDirectory
dotnet (2)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
79msbuildProj.ProjectDirectory,
MsbuildProject.cs (1)
264ret.Add(Path.GetRelativePath(ProjectDirectory, fullPath));