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