Base:
property
MSBuildProjectPath
NuGet.ProjectManagement.Projects.BuildIntegratedNuGetProject.MSBuildProjectPath
1 write to MSBuildProjectPath
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
58MSBuildProjectPath = msBuildProjectPath;
5 references to MSBuildProjectPath
NuGet.PackageManagement (5)
Projects\ProjectJsonNuGetProject.cs (5)
66string.Format(CultureInfo.CurrentCulture, Strings.InvalidProjectName, MSBuildProjectPath)); 175if (context == null || !context.PackageSpecCache.TryGetValue(MSBuildProjectPath, out packageSpec)) 188metadata.ProjectPath = MSBuildProjectPath; 191metadata.ProjectUniqueName = MSBuildProjectPath; 255context?.PackageSpecCache.Add(MSBuildProjectPath, packageSpec);