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