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