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