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