2 implementations of MSBuildProjectPath
NuGet.PackageManagement (2)
Projects\BuildIntegratedNuGetProject.cs (1)
37
public abstract string
MSBuildProjectPath
{ get; }
Projects\MSBuildNuGetProject.cs (1)
85
public string
MSBuildProjectPath
=> ProjectSystem.ProjectFileFullPath;
1 reference to MSBuildProjectPath
NuGet.PackageManagement (1)
BuildIntegration\DependencyGraphRestoreUtility.cs (1)
251
var knownProjects = new HashSet<string>(projects.Select(e => e.
MSBuildProjectPath
), PathUtility.GetStringComparerBasedOnOS());