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