6 references to ProjectFileFullPath
NuGet.PackageManagement (6)
Projects\MSBuildNuGetProject.cs (6)
85public string MSBuildProjectPath => ProjectSystem.ProjectFileFullPath; 655if (string.IsNullOrEmpty(ProjectSystem.ProjectFileFullPath)) 661if (!context.PackageSpecCache.TryGetValue(ProjectSystem.ProjectFileFullPath, out packageSpec)) 671packageSpec.FilePath = ProjectSystem.ProjectFileFullPath; 680metadata.ProjectPath = ProjectSystem.ProjectFileFullPath; 682metadata.ProjectUniqueName = ProjectSystem.ProjectFileFullPath;