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