1 write to ProjectDirectory
dotnet (1)
MsbuildProject.cs (1)
35ProjectDirectory = PathUtility.EnsureTrailingSlash(ProjectRootElement.DirectoryPath);
2 references to ProjectDirectory
dotnet (2)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
77msbuildProj.ProjectDirectory,
MsbuildProject.cs (1)
287ret.Add(Path.GetRelativePath(ProjectDirectory, fullPath));