Implemented interface member:
property
Directory
NuGet.Commands.Restore.IProject.Directory
1 write to Directory
NuGet.Build.Tasks.Console (1)
RestoreProjectAdapter.cs (1)
19Directory = Path.GetDirectoryName(fullPath) ?? throw new ArgumentNullException(nameof(fullPath));
4 references to Directory
NuGet.Build.Tasks.Console (4)
MSBuildStaticGraphRestore.cs (4)
837project.OuterBuild.GetProperty("RestoreRootConfigDirectory") ?? project.Directory, 838UriUtility.GetAbsolutePath(project.Directory, project.OuterBuild.GetProperty("RestoreConfigFile")), 846GetRestoreOutputPath(project.OuterBuild, project.Directory), 847project.Directory,