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