4 writes to RepositoryPath
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1129RepositoryPath = GetRepositoryPath(project, settings),
NuGet.Commands (3)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
310pcRestoreMetadata.RepositoryPath = specItem.GetProperty("RepositoryPath"); 314pcRestoreMetadata.RepositoryPath = Path.Combine(
RestoreCommand\Utility\PackageSpecFactory.cs (1)
143RepositoryPath = GetRepositoryPath(project, settings),
1 reference to RepositoryPath
NuGet.Commands (1)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
312if (string.IsNullOrEmpty(pcRestoreMetadata.RepositoryPath) && !string.IsNullOrEmpty(solutionDir) && solutionDir != "*Undefined*")