1 write to MSBuildProjectExtensionsPath
NuGet.Commands (1)
RestoreCommand\RequestFactory\DependencyGraphSpecRequestProvider.cs (1)
205
MSBuildProjectExtensionsPath
= projectPackageSpec.RestoreMetadata.OutputPath,
2 references to MSBuildProjectExtensionsPath
NuGet.Commands (2)
RestoreCommand\Utility\NoOpRestoreUtilities.cs (2)
45
var cacheRoot = request.
MSBuildProjectExtensionsPath
?? request.RestoreOutputPath;
231
var outputRoot = request.
MSBuildProjectExtensionsPath
?? request.RestoreOutputPath;