Implemented interface member:
property
MSBuildProjectPath
NuGet.ProjectManagement.IDependencyGraphProject.MSBuildProjectPath
3 references to MSBuildProjectPath
NuGet.PackageManagement (3)
NuGetPackageManager.cs (1)
2592
var projectPath = msbuildProject?.
MSBuildProjectPath
;
Projects\MSBuildNuGetProject.cs (1)
702
context.PackageSpecCache.Add(
MSBuildProjectPath
, packageSpec);
Utility\PackagesConfigLockFileUtility.cs (1)
57
var projectUri = new Uri(msbuildProject.
MSBuildProjectPath
);