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